woodpecker-switch #22

Merged
notohh merged 35 commits from woodpecker-switch into master 2024-01-23 19:40:25 -05:00
Showing only changes of commit 3c49477384 - Show all commits

View file

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