Skip to content

Commit

Permalink
Pin nix version in nix-install-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rszamszur committed Mar 1, 2023
1 parent b7853e9 commit e1a6085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

env:
NIX_CHANNEL: nixpkgs=channel:nixos-22.05
NIX_INSTALL_URL: https://releases.nixos.org/nix/nix-2.13.3/install

jobs:
# This job checks if an identical workflow is being triggered by different
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
nix_path: ${{ env.NIX_CHANNEL }}
install_url: ${{ env.NIX_INSTALL_URL }}
- name: Setup Cachix ❄️
uses: cachix/cachix-action@v12
with:
Expand Down

0 comments on commit e1a6085

Please sign in to comment.