diff options
author | Alan Pearce | 2025-01-08 15:12:20 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-08 15:12:20 +0100 |
commit | b5b4f28aa811b0bbd60ccd1bbe45303886c33c1e (patch) | |
tree | 1c79235345fe43ae851e913ac6a1c7b2423b98c7 /system/linde.nix | |
parent | cdaf559c72f45221b6ce3db156d97e448696b07f (diff) | |
download | nixfiles-b5b4f28aa811b0bbd60ccd1bbe45303886c33c1e.tar.lz nixfiles-b5b4f28aa811b0bbd60ccd1bbe45303886c33c1e.tar.zst nixfiles-b5b4f28aa811b0bbd60ccd1bbe45303886c33c1e.zip |
linde: fix typo in autoUpgrade settings
Diffstat (limited to 'system/linde.nix')
-rw-r--r-- | system/linde.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 29260c21..458deb52 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -106,7 +106,7 @@ in "--no-write-lock-file" "--impure" "--update-input" - "--nixpkgs" + "nixpkgs" "--update-input" "nixpkgs-small" ]; |