diff options
author | Alan Pearce | 2025-03-14 12:04:27 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-14 12:04:27 +0100 |
commit | 5429716f686d4fa109818d20c33b1107262f7d27 (patch) | |
tree | cfd7d647ff4758bf821a42b242e1a06d5213c47f /system/linde.nix | |
parent | b2c3f8e0a0ef0fb43eac772f9d4d73f6beee4f76 (diff) | |
download | nixfiles-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.nix | 2 |
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"; |