update nixpkgs-update
- fix delete-done
This commit is contained in:
parent
1798a15c42
commit
7eb50cb827
2 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ in
|
||||||
|
|
||||||
systemd.services.nixpkgs-update = {
|
systemd.services.nixpkgs-update = {
|
||||||
description = "nixpkgs-update service";
|
description = "nixpkgs-update service";
|
||||||
enable = false;
|
enable = true;
|
||||||
restartIfChanged = false;
|
restartIfChanged = false;
|
||||||
path = nixpkgsUpdateSystemDependencies;
|
path = nixpkgsUpdateSystemDependencies;
|
||||||
environment.XDG_CONFIG_HOME = "/var/lib/nixpkgs-update";
|
environment.XDG_CONFIG_HOME = "/var/lib/nixpkgs-update";
|
||||||
|
@ -84,7 +84,7 @@ in
|
||||||
|
|
||||||
systemd.timers.nixpkgs-update = {
|
systemd.timers.nixpkgs-update = {
|
||||||
description = "nixpkgs-update";
|
description = "nixpkgs-update";
|
||||||
enable = false;
|
enable = true;
|
||||||
timerConfig = { OnCalendar = "daily"; };
|
timerConfig = { OnCalendar = "daily"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "ryantm",
|
"owner": "ryantm",
|
||||||
"repo": "nixpkgs-update",
|
"repo": "nixpkgs-update",
|
||||||
"rev": "df6ffa9146154acc9d1436bc6acadf8125baf079",
|
"rev": "9999057137a3636273508eea7d42dbdc4c0733c7",
|
||||||
"sha256": "1y000gqfzs4sl5f6y607ycc68bmah525pli8ir85fs8wzm3mj8b5",
|
"sha256": "1hv9kzh46in3qcf5k5kpw0qcfbmn6fdxh22gcg9pgqawy16xqscj",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/ryantm/nixpkgs-update/archive/df6ffa9146154acc9d1436bc6acadf8125baf079.tar.gz",
|
"url": "https://github.com/ryantm/nixpkgs-update/archive/9999057137a3636273508eea7d42dbdc4c0733c7.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"nixpkgs-update-github-releases": {
|
"nixpkgs-update-github-releases": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue