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
co-authored by Théophane Hufschmitt
parent 7a04fb1c56
commit 8c3939af14
+2 -2
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
{