Update test.yml

This commit is contained in:
George Shammas 2023-05-28 14:59:10 -04:00 committed by GitHub
parent 771a958a3e
commit 722d5e1e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -10,12 +10,8 @@ jobs:
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
system-features = nixos-test benchmark big-parallel kvm
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- run: nix-build
test:
strategy: