nodejs.updateScript: fix evaluation
This commit is contained in:
parent
6de18342d9
commit
1e589ad153
@ -101,7 +101,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = import ./update.nix {
|
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;
|
inherit (stdenv) lib;
|
||||||
majorVersion = with stdenv.lib; elemAt (splitString "." version) 0;
|
majorVersion = with stdenv.lib; elemAt (splitString "." version) 0;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user