update.nix: fix eval
This commit is contained in:
parent
b16ddb977d
commit
e716e86bed
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue