hydra: fix nixpkgs input

This commit is contained in:
Jörg Thalheim 2022-04-10 23:19:02 +02:00
parent a009942904
commit 6675cc6919
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

2
flake.lock generated
View file

@ -39,8 +39,6 @@
"newNixpkgs": "newNixpkgs", "newNixpkgs": "newNixpkgs",
"nix": "nix", "nix": "nix",
"nixpkgs": [ "nixpkgs": [
"hydra",
"nix",
"nixpkgs" "nixpkgs"
] ]
}, },

View file

@ -16,6 +16,7 @@
marvin-mk2.url = "github:timokau/marvin-mk2"; marvin-mk2.url = "github:timokau/marvin-mk2";
marvin-mk2.flake = false; marvin-mk2.flake = false;
hydra.url = "github:NixOS/hydra"; hydra.url = "github:NixOS/hydra";
hydra.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = { self outputs = { self