diff options
author | Alan Pearce | 2024-11-27 21:01:16 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 21:01:16 +0100 |
commit | 162d4d2468aeb53685da1ff07419c2b77820e59b (patch) | |
tree | 743a7ccf9025c1a0032abe4037d0af0c5628790a | |
parent | 70d04f125ec7cd5df5c94922fa5c80a1c8341db9 (diff) | |
download | nixfiles-162d4d2468aeb53685da1ff07419c2b77820e59b.tar.lz nixfiles-162d4d2468aeb53685da1ff07419c2b77820e59b.tar.zst nixfiles-162d4d2468aeb53685da1ff07419c2b77820e59b.zip |
use searchix's own nixpkgs input (uses previous builds)
-rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix index 5ee485d4..bb326751 100644 --- a/flake.nix +++ b/flake.nix @@ -22,10 +22,7 @@ url = "git+file:packages"; inputs.nixpkgs.follows = "nixpkgs"; }; - searchix = { - url = "git+https://git.alanpearce.eu/searchix"; - inputs.nixpkgs.follows = "nixpkgs-small"; - }; + searchix.url = "git+https://git.alanpearce.eu/searchix"; golink = { url = "github:tailscale/golink"; inputs.nixpkgs.follows = "nixpkgs-small"; |