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",
|
"newNixpkgs": "newNixpkgs",
|
||||||
"nix": "nix",
|
"nix": "nix",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"hydra",
|
|
||||||
"nix",
|
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue