Skip to content

Commit

Permalink
update.nix: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Nov 25, 2019
1 parent b16ddb9 commit e716e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainers/scripts/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ let

packageData = package: {
name = package.name;
pname = lib.getName package;
pname = pkgs.lib.getName package;
updateScript = map builtins.toString (pkgs.lib.toList package.updateScript);
};

Expand Down

0 comments on commit e716e86

Please sign in to comment.