Fix auto upgrade service
This commit is contained in:
parent
1c59223881
commit
490d2e9ffa
|
@ -106,7 +106,7 @@ with pkgs;
|
|||
enable = true;
|
||||
dates = "22:30";
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue