Fix auto upgrade service
This commit is contained in:
parent
1c59223881
commit
490d2e9ffa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue