From 4bdff8cbbb3ff52fc26cc74d1526617aac6ba22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Mon, 26 Jun 2023 13:20:01 +0200 Subject: [PATCH] lib/tests: remove experimental-features Now that the lib is tested with Nix 2.3, this isn't needed any more and causes warnings. --- lib/tests/release.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/tests/release.nix b/lib/tests/release.nix index 5bade7112f19..805f7a7e95d6 100644 --- a/lib/tests/release.nix +++ b/lib/tests/release.nix @@ -38,9 +38,6 @@ let export PAGER=cat cacheDir=$TEST_ROOT/binary-cache - mkdir -p $NIX_CONF_DIR - echo "experimental-features = nix-command" >> $NIX_CONF_DIR/nix.conf - nix-store --init cp -r ${../.} lib