Skip to content

Commit 3cb15e5

Browse files
committed
nix: fix evalError pkgs
1 parent 34c27fc commit 3cb15e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ rec {
6767
if evalResult.value ? AAAAAASomeThingsFailToEvaluate
6868
then [ ]
6969
else mkPackageSet newName evalResult.value
70-
else [{ attrName = builtins.concatStringsSep "." name; evalError = true; }]
70+
else [{ attrName = builtins.concatStringsSep "." newName; evalError = true; }]
7171
)
7272
))
7373
[ ]

0 commit comments

Comments
 (0)