This commit is contained in:
parent
0c0c2dc187
commit
42fe802b95
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
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 $GH_PAT >> /etc/nix/nix.conf
|
echo $${GH_PAT} >> /etc/nix/nix.conf
|
||||||
cat /etc/nix/nix.conf
|
cat /etc/nix/nix.conf
|
||||||
nix flake update
|
nix flake update
|
||||||
secrets: [ gh_pat ]
|
secrets: [ gh_pat ]
|
||||||
|
|
Loading…
Reference in a new issue