From 6afc5de9094f48d0f4b0be9bce978e1f9951e057 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 7 Sep 2023 11:43:33 -0400 Subject: actions: fix nix conf in ci --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3