Skip to content

Commit

Permalink
Revert "dev: try switching to determinate systems installer action"
Browse files Browse the repository at this point in the history
This reverts commit 2ed2dc7.
  • Loading branch information
n8henrie committed Sep 15, 2023
1 parent da5d6f0 commit 7f30f9b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/install-nix-action@v18
with:
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- run: nix build
- run: nix build .#doc
- run: nix fmt . -- --check
Expand All @@ -19,10 +18,9 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/install-nix-action@v18
with:
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- run: nix build
- run: nix build .#doc
- run: nix fmt . -- --check
Expand Down

0 comments on commit 7f30f9b

Please sign in to comment.