hydra: fix nixpkgs input
This commit is contained in:
parent
a009942904
commit
6675cc6919
2 changed files with 1 additions and 2 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -39,8 +39,6 @@
|
|||
"newNixpkgs": "newNixpkgs",
|
||||
"nix": "nix",
|
||||
"nixpkgs": [
|
||||
"hydra",
|
||||
"nix",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue