Fix auto upgrade service

This commit is contained in:
2024-02-07 22:14:16 +01:00
parent 1c59223881
commit 490d2e9ffa

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