Fix auto upgrade service

This commit is contained in:
coolneng 2024-02-07 22:14:16 +01:00
parent 1c59223881
commit 490d2e9ffa
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ with pkgs;
enable = true; enable = true;
dates = "22:30"; dates = "22:30";
flake = "/home/coolneng/Projects/panacea"; flake = "/home/coolneng/Projects/panacea";
flags = [ "update" "--commit-lock-file" ]; flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
}; };
# Add required dependencies to the auto-upgrade service # Add required dependencies to the auto-upgrade service