summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-14 12:04:27 +0100
committerAlan Pearce2025-03-14 12:04:27 +0100
commit5429716f686d4fa109818d20c33b1107262f7d27 (patch)
treecfd7d647ff4758bf821a42b242e1a06d5213c47f /system/linde.nix
parentb2c3f8e0a0ef0fb43eac772f9d4d73f6beee4f76 (diff)
downloadnixfiles-5429716f686d4fa109818d20c33b1107262f7d27.tar.lz
nixfiles-5429716f686d4fa109818d20c33b1107262f7d27.tar.zst
nixfiles-5429716f686d4fa109818d20c33b1107262f7d27.zip
linde: fix incorrect npins call
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index f85a8094..e6061af6 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -117,7 +117,7 @@ in
       branch = "origin/main";
     };
     preUpgradeHook = ''
-      ${pkgs.npins} update searchix nixpkgs
+      ${pkgs.npins}/bin/npins update searchix nixpkgs
     '';
     useNixShell = true;
     dates = "03:23";