More workflow fix
This commit is contained in:
parent
c14ae2df29
commit
2c3287c5cf
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
||||||
ssh-keyscan ${{ secrets.INSTANCE_IP }} >> /home/runner/.ssh/known_hosts
|
ssh-keyscan ${{ secrets.INSTANCE_IP }} >> /home/runner/.ssh/known_hosts
|
||||||
- uses: cachix/install-nix-action@v20
|
- uses: cachix/install-nix-action@v20
|
||||||
with:
|
with:
|
||||||
|
extra_nix_config: |
|
||||||
# Enable flakes
|
# Enable flakes
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
# Deploy tokens
|
# Deploy tokens
|
||||||
|
|
Loading…
Reference in a new issue