all repos — nixfiles @ 56e5ea0db17103f95e9815b0301ea9fd328bec88

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

linde: update searchix and nixpkgs pins during auto-upgrade

Alan Pearce
commit

56e5ea0db17103f95e9815b0301ea9fd328bec88

parent

94e7b5667ca7b4c38b73f1dcce20c714cfe8981d

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -116,6 +116,9 @@ git = {
enable = true; branch = "origin/main"; }; + preUpgradeHook = '' + ${pkgs.npins} update searchix nixpkgs + ''; useNixShell = true; dates = "03:23"; allowReboot = true;