diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-18 13:03:00 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-11-18 13:03:00 -0500 |
| commit | 7f97bf7ed41a468633eb71949568d9b022945d07 (patch) | |
| tree | 458ce2d00d390f503a95c547d82a6bbf23fa6b6e | |
| parent | 5ff4af60f8952ea7c5818189dbd546cb21ff0ca6 (diff) | |
| download | xesite-7f97bf7ed41a468633eb71949568d9b022945d07.tar.xz xesite-7f97bf7ed41a468633eb71949568d9b022945d07.zip | |
save on everything
| -rw-r--r-- | .github/workflows/nix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 7ef3ec4..9e72a4f 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -29,7 +29,7 @@ jobs: if: github.ref == 'refs/heads/main' run: ./scripts/release.sh env: - NIX_PATH: /nix/var/nix/profiles/per-user/root/channels + NIX_PATH: /nix/var/nix/profiles/per-user/runner/channels DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }} MI_TOKEN: ${{ secrets.MI_TOKEN }} PATREON_ACCESS_TOKEN: ${{ secrets.PATREON_ACCESS_TOKEN }} |
