From 667b40e827b3dd58d54eb9ce560fa306809b1f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 14 Sep 2022 07:19:16 +0200 Subject: [PATCH] tests/run: enable experimental nix-command --- tests/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run.py b/tests/run.py index 2f514d1..77dae8e 100755 --- a/tests/run.py +++ b/tests/run.py @@ -38,6 +38,7 @@ def build_profile( cmd = [ "nix", "build", + "--extra-experimental-features", "nix-command", "-f", "build-profile.nix", "-I",