From 9214956218af41042cf95ada8e3cdc555b3acba4 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 2 Nov 2021 11:16:38 +0100 Subject: [PATCH] Enable experimental nix command (#11498) * Enable experimental nix command Nix 2.4 got released which confusingly marked the nix command as experimental despite it being actively worked on and being more stable than before. changelog_begin changelog_end * switch to CLI flag changelog_begin changelog_end * Revert "switch to CLI flag" This reverts commit 58d6a25d8399d245890a89095714103915ebf1d2. --- dev-env/etc/nix.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-env/etc/nix.conf b/dev-env/etc/nix.conf index 06e38a1e1934..680cf56bb128 100644 --- a/dev-env/etc/nix.conf +++ b/dev-env/etc/nix.conf @@ -18,3 +18,5 @@ build-users-group = # Work around sporadic segfaults. See https://github.com/digital-asset/daml/pull/4427 http2 = false + +extra-experimental-features = nix-command