mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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:
parent
18111335ed
commit
4bdff8cbbb
1 changed files with 0 additions and 3 deletions
|
@ -38,9 +38,6 @@ let
|
||||||
export PAGER=cat
|
export PAGER=cat
|
||||||
cacheDir=$TEST_ROOT/binary-cache
|
cacheDir=$TEST_ROOT/binary-cache
|
||||||
|
|
||||||
mkdir -p $NIX_CONF_DIR
|
|
||||||
echo "experimental-features = nix-command" >> $NIX_CONF_DIR/nix.conf
|
|
||||||
|
|
||||||
nix-store --init
|
nix-store --init
|
||||||
|
|
||||||
cp -r ${../.} lib
|
cp -r ${../.} lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue