all repos — nixfiles @ 5429716f686d4fa109818d20c33b1107262f7d27

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

linde: fix incorrect npins call

Alan Pearce
commit

5429716f686d4fa109818d20c33b1107262f7d27

parent

b2c3f8e0a0ef0fb43eac772f9d4d73f6beee4f76

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/linde.nixsystem/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";