Welcome! We notice you're using an outdated browser, which will result in a degraded experience on this site. Please consider a modern, fully supported browser.

webbureaucrat

The articles are just window-dressing for code snippets I want to keep.

Tagged “nodejs”

  1. Finding a Successful Build of NodeJS in Nixpkgs

    My 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.


  2. Building a Directory with buildNpmPackage in a Nix Derivation

    Candidly, 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.