all repos — nixfiles @ b5b4f28aa811b0bbd60ccd1bbe45303886c33c1e

System and user configuration, managed by nix and home-manager

linde: fix typo in autoUpgrade settings
Alan Pearce alan@alanpearce.eu
Wed, 08 Jan 2025 15:12:20 +0100
commit

b5b4f28aa811b0bbd60ccd1bbe45303886c33c1e

parent

cdaf559c72f45221b6ce3db156d97e448696b07f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -106,7 +106,7 @@ flags = [       "--no-write-lock-file"
       "--impure"
       "--update-input"
-      "--nixpkgs"
+      "nixpkgs"
       "--update-input"
       "nixpkgs-small"
     ];