diff options
author | sefidel <contact@sefidel.net> | 2024-08-15 00:45:06 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-15 00:45:18 +0900 |
commit | df6eb03089fe16908ad44c015605dab5a9e54743 (patch) | |
tree | d609a45cda044562d85fbcccd8185818d96e8df6 /flake.nix | |
parent | be252198e1ad7028c7e7fb96f618141ca4e84764 (diff) | |
download | nixrc-df6eb03089fe16908ad44c015605dab5a9e54743.tar.gz nixrc-df6eb03089fe16908ad44c015605dab5a9e54743.zip |
fix(flake): hydra: use provided nixpkgs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index a5026c3..29fad25 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,6 @@ flake-compat.flake = false; hydra.url = "github:NixOS/hydra"; - hydra.inputs.nixpkgs.follows = "unstable"; attic.url = "github:zhaofengli/attic"; attic.inputs.nixpkgs.follows = "unstable"; |