diff options
author | Alan Pearce | 2024-05-14 08:20:37 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-14 08:20:37 +0200 |
commit | 99154a1955ecca8f908dce788baaea1423173b54 (patch) | |
tree | 9ab0a80805ce17df1d7625bbe4bf5fcbff0365e9 /system | |
parent | 8d229f47a5d082f6f0d6071a86773b59324129d5 (diff) | |
download | nixfiles-99154a1955ecca8f908dce788baaea1423173b54.tar.lz nixfiles-99154a1955ecca8f908dce788baaea1423173b54.tar.zst nixfiles-99154a1955ecca8f908dce788baaea1423173b54.zip |
update searchix
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index 97699025..330c8ba0 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -135,6 +135,9 @@ in "--override-input" "nixpkgs" "github:NixOS/nixpkgs/nixos-unstable-small" + "--override-input" + "searchix" + "git+https://git.alanpearce.eu/searchix" ]; }; |