linde: fix incorrect npins call
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M system/linde.nix → system/linde.nix
@@ -117,7 +117,7 @@ enable = true; branch = "origin/main"; }; preUpgradeHook = '' - ${pkgs.npins} update searchix nixpkgs + ${pkgs.npins}/bin/npins update searchix nixpkgs ''; useNixShell = true; dates = "03:23";