nodejs.updateScript: fix evaluation
This commit is contained in:
parent
6de18342d9
commit
1e589ad153
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ in
|
|||
'';
|
||||
|
||||
passthru.updateScript = import ./update.nix {
|
||||
inherit writeScript coreutils gnugrep jq curl common-updater-scripts gnupg nix;
|
||||
inherit stdenv writeScript coreutils gnugrep jq curl common-updater-scripts gnupg nix;
|
||||
inherit (stdenv) lib;
|
||||
majorVersion = with stdenv.lib; elemAt (splitString "." version) 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue