diff options
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r-- | .github/workflows/deploy.yml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57d0fb0..36af759 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,19 +15,12 @@ jobs: - name: Installing Nix uses: cachix/install-nix-action@v12 + with: + nix_path: nixpkgs=channel:nixpkgs-unstable + install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install + extra_nix_config: | + experimental-features = nix-command flakes - - name: Install unstable channel - run: | - nix-channel --add https://nixos.org/channels/nixpkgs-unstable - nix-channel --update - - name: Installing NixFlakes - run: | - nix-env -iA nixpkgs.nixFlakes - echo 'experimental-features = nix-command flakes' | sudo tee -a /etc/nix/nix.conf - nix --version - cat /etc/nix/nix.conf - PATH="$HOME/.nix-profile/bin:$PATH" - echo "PATH=${PATH}" >> $GITHUB_ENV - uses: cachix/cachix-action@v8 with: name: pn |