Set dev-shell nixVersions to latest
All checks were successful
CI / build (push) Successful in 1m50s
All checks were successful
CI / build (push) Successful in 1m50s
This commit is contained in:
parent
d587df9fed
commit
177cca2c53
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ in
|
|||
deploy-rs
|
||||
jq
|
||||
nix-fast-build
|
||||
nixVersions.git
|
||||
nixVersions.latest
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
nixos-anywhere
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue