diff options
author | Alan Pearce | 2024-05-18 11:41:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 11:41:50 +0200 |
commit | d1bba9ce939eea17f29b65f8f9f9255b410bdcda (patch) | |
tree | 24f22b2e8949f5c031b2a65e1ddb51a9542aac6f /system | |
parent | 173e8ebff2eada708140a80a5c4b07fe872c16bf (diff) | |
download | nixfiles-d1bba9ce939eea17f29b65f8f9f9255b410bdcda.tar.lz nixfiles-d1bba9ce939eea17f29b65f8f9f9255b410bdcda.tar.zst nixfiles-d1bba9ce939eea17f29b65f8f9f9255b410bdcda.zip |
linde: remove extraneous argument to autoUpgrade
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 91fc0c3a..765307cc 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -136,7 +136,6 @@ in "nixpkgs-small" "--update-input" "searchix" - "git+https://git.alanpearce.eu/searchix" ]; }; |