ci: fmt
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful

This commit is contained in:
notohh 2024-02-08 11:43:53 -05:00
parent 5ce128c512
commit 9e69e7c71e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,10 +11,10 @@ steps:
update: update:
image: nixos/nix image: nixos/nix
commands: | commands: |
echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf
nix flake update nix flake update
secrets: [ gh_pat ] secrets: [gh_pat]
push-changes: push-changes:
image: appleboy/drone-git-push image: appleboy/drone-git-push
settings: settings: