Compare commits

..

1 commit

Author SHA1 Message Date
177cca2c53 Set dev-shell nixVersions to latest
All checks were successful
CI / build (push) Successful in 1m50s
2025-03-31 14:46:41 +03:00

View file

@ -49,7 +49,7 @@ in
};
systemd.services.renovate = {
path = mkBefore [ inputs.pkgs.nixVersions.git ]; # Circumvent submodule bug - remove after >=2.26 is the default.
path = mkBefore [ inputs.pkgs.nixVersions.latest ]; # Circumvent submodule bug - remove after >=2.26 is the default.
script = mkBefore ''
echo -e "machine ${cfg.gitServer}\n login $(systemd-creds cat 'SECRET-RENOVATE_TOKEN')\n password x-oauth-basic" > ~/.netrc
'';