diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-18 12:24:22 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-11-18 12:34:22 -0500 |
| commit | 8d7441808927c5b622bec8f69a294497cce2d1d5 (patch) | |
| tree | 686385a0ee164ab228ef8cacb1b768f7c367668f /.github | |
| parent | f643496416c75ea468ffd866ccfee6436a3912f0 (diff) | |
| download | xesite-8d7441808927c5b622bec8f69a294497cce2d1d5.tar.xz xesite-8d7441808927c5b622bec8f69a294497cce2d1d5.zip | |
Update nix.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 5b96165..ddc5928 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -29,7 +29,8 @@ jobs: if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v1 - - uses: cachix/install-nix-action@v6 + - uses: cachix/install-nix-action@v12 + - run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs - name: deploy run: ./scripts/release.sh env: |
