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",
"nix": "nix",
"nixpkgs": [
"hydra",
"nix",
"nixpkgs"
]
},

View file

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