1
0
Fork 0

Compare commits

..

No commits in common. "9db46279e7dcdc803474ba9c9a154aa649d33f2b" and "7f146886c99630d7424e739d5ddc4cf8af33cfed" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View file

@ -122,8 +122,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "6276cd9d41a56758bc48b433c99b8f9e345a3f2d"; rev = "dd72cfadec27c13e93df202c7f9a6d8bb9d51826";
sha256 = "0r0zd6zb7wsdvlyw6xlnyf8p8xyqgzrxj4iirpzfn1m4xln9mbhw"; sha256 = "0gfsznpj5vmad7jkaz6qp75ky1h34k15dmw89vz4w0qm3f05n7lv";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -43,6 +43,8 @@
# 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" ];