0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

lib/tests: remove experimental-features

Now that the lib is tested with Nix 2.3, this isn't needed any more and
causes warnings.
This commit is contained in:
Naïm Favier 2023-06-26 13:20:01 +02:00
parent 18111335ed
commit 4bdff8cbbb
No known key found for this signature in database
GPG key ID: 95AFCE8211908325

View file

@ -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