linde: update searchix and nixpkgs pins during auto-upgrade
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
M system/linde.nix → system/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;