ci: idk anymore
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed

This commit is contained in:
notohh 2024-01-23 18:51:25 -05:00
parent 42fe802b95
commit 4dee94cee9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -12,7 +12,7 @@ steps:
image: nixos/nix
commands: |
echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
echo $${GH_PAT} >> /etc/nix/nix.conf
echo '$${GH_PAT}' >> /etc/nix/nix.conf
cat /etc/nix/nix.conf
nix flake update
secrets: [ gh_pat ]