diff options
| author | seth <[email protected]> | 2023-09-07 11:43:33 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 11:50:26 -0400 |
| commit | 6afc5de9094f48d0f4b0be9bce978e1f9951e057 (patch) | |
| tree | 4f7c5754811eaddc5f09fe33a8295dd8115de216 | |
| parent | 411f3a9723c84e5fb2de5f132a2516fa4cfe309e (diff) | |
actions: fix nix conf in ci
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e59697..f0286e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main + with: + extra-conf: "system-features = benchmark big-parallel kvm nixos-test uid-range" - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix build -L .#tests.x86_64-linux.module |
