Apply suggestions from code review

Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
This commit is contained in:
tomberek 2022-05-20 12:09:41 -04:00 committed by GitHub
parent 7a04fb1c56
commit 8c3939af14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ testReplResponse '
testReplResponse '
drvPath
' '".*-simple.drv"' \
$testDir/simple.nix --experimental-features ''
$testDir/simple.nix
testReplResponse '
drvPath
@ -87,7 +87,7 @@ drvPath
testReplResponse '
drvPath
' '".*-simple.drv"' \
--file $testDir/simple.nix --experimental-features 'repl-flake'
--file $testDir/simple.nix --extra-experimental-features 'repl-flake'
mkdir -p flake && cat <<EOF > flake/flake.nix
{