about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-04 01:30:23 +0900
committersefidel <contact@sefidel.net>2024-08-04 01:30:57 +0900
commit9fca7b4624755954c41edd1f5b35331f48c3c992 (patch)
treedbe606406e06df5e2e08594eff29764e450d51f4 /flake.nix
parent38ff39f63dbc511aa68fbb61510e3439ac5df2c7 (diff)
downloadnixrc-9fca7b4624755954c41edd1f5b35331f48c3c992.tar.gz
nixrc-9fca7b4624755954c41edd1f5b35331f48c3c992.zip
feat(flake): make inputs follow our nixpkgs input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c6c7350..d15bdc4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,8 +27,10 @@
     flake-compat.flake = false;
 
     hydra.url = "github:NixOS/hydra";
+    hydra.inputs.nixpkgs.follows = "unstable";
 
     attic.url = "github:zhaofengli/attic";
+    attic.inputs.nixpkgs.follows = "unstable";
 
     neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
     neovim-nightly.inputs.nixpkgs.follows = "unstable";