tlater/nix-flake-rework #2
Loading…
Reference in a new issue
No description provided.
Delete branch "tlater/nix-flake-rework"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is part of a bigger workflow to move the tlaternet server to flakes.
This portion is particularly tricky, since it involves converting this nodejs package. Previously, this was done through a tarball (I know... nodejs isn't easy to wrangle into a functional build).
This PR converts the previous approach into a proper build with the help of node2nix.
This also commits some yak-shaving, and upgrades to the newest version of the upstream parcel - might as well get all the annoying npm wrangling out of the way now.
Current patch works, but could use some cleaning. In a nutshell:
node2nix
generation only happens once and is a bit cleaner.npm
doesn't seem to support udpating easilyAbove points were fixed by:
npm-force-resolutions