Apply suggestions from code review
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
This commit is contained in:
co-authored by
Théophane Hufschmitt
parent
7a04fb1c56
commit
8c3939af14
+2
-2
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user