Skip to content

Commit 1fcb5d1

Browse files
committed
Fix test
1 parent f5a0caf commit 1fcb5d1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/functional/lang/eval-fail-derivation-name.err.exp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
error:
22
… while evaluating the attribute 'outPath'
33
at <nix/derivation-internal.nix>:<number>:<number>:
4-
<number>| value = commonAttrs // {
5-
<number>| outPath = builtins.getAttr outputName strict;
6-
| ^
7-
<number>| drvPath = strict.drvPath;
4+
<number>| value = commonAttrs // {
5+
<number>| outPath = builtins.getAttr outputName strict;
6+
| ^
7+
<number>| drvPath = strict.drvPath;
88

99
… while calling the 'getAttr' builtin
1010
at <nix/derivation-internal.nix>:<number>:<number>:
11-
<number>| value = commonAttrs // {
12-
<number>| outPath = builtins.getAttr outputName strict;
13-
| ^
14-
<number>| drvPath = strict.drvPath;
11+
<number>| value = commonAttrs // {
12+
<number>| outPath = builtins.getAttr outputName strict;
13+
| ^
14+
<number>| drvPath = strict.drvPath;
1515

1616
… while calling the 'derivationStrict' builtin
1717
at <nix/derivation-internal.nix>:<number>:<number>:

0 commit comments

Comments
 (0)