diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -131,5 +131,10 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.systems.follows = "systems"; }; + + nix-search = { + url = "github:diamondburned/nix-search"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; } |