Skip to content

Commit 3a06bb5

Browse files
committed
github: configure cachix/install-nix-action
Signed-off-by: Stefan Kober <stefan.kober@cyberus-technology.de> On-behalf-of: SAP stefan.kober@sap.com
1 parent 9500738 commit 3a06bb5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6
1616
- uses: cachix/install-nix-action@v31
17+
with:
18+
nix_path: nixpkgs=channel:nixos-unstable
19+
enable_kvm: true
20+
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
1721
- name: Build
1822
run: |
1923
nix build -Lv .#tests.x86_64-linux.openstack-default-setup.driver

0 commit comments

Comments
 (0)