Tagged “nodejs”
-
Finding a Successful Build of NodeJS in Nixpkgs
javascript nix nodejsMy latest irritation has been using NodeJS with Nix. Unfortunately, I've had a few unfortunate draws pulling versions of nixpkgs that build the entire NodeJS V8 runtime from source. It's been a pain and I would like to not go through that any more, so I am documenting the steps to avoid it.
-
Building a Directory with
eleventy javascript nix nodejs npmbuildNpmPackage
in a Nix DerivationCandidly, I'm very surprised it seems like no one has written this article yet, but I looked and it seems like no one has. The question I set out to answer is how to use a Nix derivation to build an npm package where the build product is not a single
"bin"
executable file but rather a directory.
See all tags.