Unverified Commit adc068df authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nodejs: re-introduce `nodejs.src` (#501357)

parents b2d7e997 9e26436f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5,7 +5,10 @@
}:
(symlinkJoin {
  pname = "nodejs";
  inherit (nodejs-slim) version passthru meta;
  inherit (nodejs-slim) version meta;
  passthru = nodejs-slim.passthru // {
    inherit (nodejs-slim) src;
  };
  paths = [
    nodejs-slim
    nodejs-slim.npm