Merge pull request #197 from ryantm/rtm-9-14-try-to-fix-ci

dev: try switching to determinate systems installer action
This commit is contained in:
Ryan Mulligan 2023-09-14 16:42:44 -07:00 committed by GitHub
commit 20deb735cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -7,9 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
- run: nix build
- run: nix build .#doc
- run: nix fmt . -- --check
@ -18,9 +19,10 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
- run: nix build
- run: nix build .#doc
- run: nix fmt . -- --check