Compare commits
2 commits
7f146886c9
...
9db46279e7
Author | SHA1 | Date | |
---|---|---|---|
9db46279e7 | |||
a67356ffe8 |
2 changed files with 2 additions and 4 deletions
|
@ -122,8 +122,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "dd72cfadec27c13e93df202c7f9a6d8bb9d51826";
|
rev = "6276cd9d41a56758bc48b433c99b8f9e345a3f2d";
|
||||||
sha256 = "0gfsznpj5vmad7jkaz6qp75ky1h34k15dmw89vz4w0qm3f05n7lv";
|
sha256 = "0r0zd6zb7wsdvlyw6xlnyf8p8xyqgzrxj4iirpzfn1m4xln9mbhw";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -43,8 +43,6 @@
|
||||||
|
|
||||||
# It looks like there is no way to activate the "built-in" service and timer ...
|
# It looks like there is no way to activate the "built-in" service and timer ...
|
||||||
systemd.services.podman-auto-update-custom = {
|
systemd.services.podman-auto-update-custom = {
|
||||||
enable = false;
|
|
||||||
|
|
||||||
description = "Run podman auto-update daily";
|
description = "Run podman auto-update daily";
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
|
|
Loading…
Reference in a new issue