From 2e268393dc0f0efcdd8ca8c3da57ead3c03fd37d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 13 Nov 2024 20:43:46 +0100 Subject: [PATCH] add nixos-test to features --- common/substitutors.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/substitutors.nix b/common/substitutors.nix index b9f62c0..24bd6f1 100644 --- a/common/substitutors.nix +++ b/common/substitutors.nix @@ -29,6 +29,7 @@ system-features = [ "kvm" "big-parallel" + "nixos-test" ]; allowed-uris = [ "github:"