!NhAsaYbbgmzHtXTPQJ:funklause.de

Nix NodeJS

206 Members
59 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
22 May 2023
@lily:lily.flowersLily FosterIf the makefile doesn't12:10:17
@raitobezarius:matrix.orgraitobezariusis there a way to extract a nodejs from buildNpmPackage function?12:11:02
@raitobezarius:matrix.orgraitobezariusor the result of the buildNpmPackage?12:11:06
@lily:lily.flowersLily FosterLike what nodejs that buildNpmPackage is using?12:16:48
@lily:lily.flowersLily FosterNo, but we maybe should add it as a passthrough or something12:17:17
@lily:lily.flowersLily Foster
In reply to @raitobezarius:matrix.org
or the result of the buildNpmPackage?
Like the output, or am I misunderstanding?
12:17:33
@raitobezarius:matrix.orgraitobezarius
In reply to @lily:lily.flowers
Like what nodejs that buildNpmPackage is using?
yes this
12:17:45
@robert:funklause.dedotlambda
In reply to @lily:lily.flowers
dotlambda: If it helps for fixing the above package, would it be okay if I separate out the change to add an npmWorkspace argument from that bitwarden-cli PR and make my own separate PR? (or alternatively if you have time to respond to the review comments, we can keep the work in that PR)
Definitely! Thank you very much
20:05:25
24 May 2023
@lily:lily.flowersLily Foster
In reply to @raitobezarius:matrix.org
yes this

You're just wanting something like this on buildNpmPackage, right?

diff --git a/pkgs/build-support/node/build-npm-package/default.nix b/pkgs/build-support/node/build-npm-package/default.nix
index 1c3fb6a74ef..f4cb7d763ed 100644
--- a/pkgs/build-support/node/build-npm-package/default.nix
+++ b/pkgs/build-support/node/build-npm-package/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation (args // {
   # Stripping takes way too long with the amount of files required by a typical Node.js project.
   dontStrip = args.dontStrip or true;
 
-  passthru = { inherit npmDeps; } // (args.passthru or { });
+  passthru = { inherit nodejs npmDeps; } // (args.passthru or { });
 
   meta = (args.meta or { }) // { platforms = args.meta.platforms or nodejs.meta.platforms; };
 })
00:21:33
@lily:lily.flowersLily Foster Wait are you wanting (buildNpmPackage { ... }).nodejs to be available or something just like buildNpmPackage.nodejs? 00:22:23
@lily:lily.flowersLily Foster
In reply to @robert:funklause.de
Definitely! Thank you very much
Opened as https://github.com/NixOS/nixpkgs/pull/233804 and tested against your second commit in your bitwarden-cli PR :)
11:18:28
@lily:lily.flowersLily Foster Oh I just noticed your comment about npm prune --workspace being non-ideal. That seems bizarre to me, and remove the --workspace on the prune command didn't seem to reduce output size 🤔 11:23:52
@lily:lily.flowersLily Foster * Oh I just noticed your comment about npm prune --workspace being non-ideal. That seems bizarre to me, and removing the --workspace on the prune command didn't seem to reduce output size 🤔 11:23:59
@lily:lily.flowersLily FosterI'll investigate later today hopefully11:24:08
25 May 2023
@raitobezarius:matrix.orgraitobezarius changed their display name from raitobezarius to disko in NixOS 23.11 when.13:32:24
@raitobezarius:matrix.orgraitobezarius changed their display name from disko in NixOS 23.11 when to raitobezarius.13:37:28

Show newer messages


Back to Room ListRoom Version: 6