about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-15 00:45:06 +0900
committersefidel <contact@sefidel.net>2024-08-15 00:45:18 +0900
commitdf6eb03089fe16908ad44c015605dab5a9e54743 (patch)
treed609a45cda044562d85fbcccd8185818d96e8df6 /flake.nix
parentbe252198e1ad7028c7e7fb96f618141ca4e84764 (diff)
downloadnixrc-df6eb03089fe16908ad44c015605dab5a9e54743.tar.gz
nixrc-df6eb03089fe16908ad44c015605dab5a9e54743.zip
fix(flake): hydra: use provided nixpkgs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
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";