mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
7c9f3eeef8
commit
dcee46a0ef
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ if isTestOnNixOS; then
|
|||
mkdir -p "$test_nix_conf_dir" "$TEST_HOME"
|
||||
(! test -e "$test_nix_conf")
|
||||
cat > "$test_nix_conf_dir/nix.conf" <<EOF
|
||||
# TODO: this is not needed for all tests and prevents stable commands from be tested in isolation
|
||||
experimental-features = nix-command flakes
|
||||
flake-registry = $TEST_ROOT/registry.json
|
||||
show-trace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue