Skip to content

Commit

Permalink
Use cachix instead of nixbuild in script-evaluation-test.yml (#5363)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed May 26, 2023
1 parent 428573f commit d2c1d27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/script-evaluation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Quick Install Nix
uses: nixbuild/nix-quick-install-action@v22
uses: cachix/install-nix-action@v21
with:
# 2.14.1 seems to have issues, see https://github.com/nixbuild/nix-quick-install-action/issues/29
nix_version: '2.13.3'
nix_conf: |
extra_nix_config: |
experimental-features = nix-command flakes
accept-flake-config = true
Expand Down

0 comments on commit d2c1d27

Please sign in to comment.