Fix nixos package #3
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/nixos-package"
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?
Have to remember to update the hash on every commit or the build breaks as it expects one hash and the actual hash is different.
Guard the internal/web embed behind a `noweb` build tag (ui_web.go vs ui_noweb.go) so node and CLI builds need no web toolchain. package.nix takes a `variant` arg and the flake exposes overpass-{cp,node,cli}; the overpass-node module defaults to the web-free build. `overpass`/`default` are unchanged. Adds `just build-node` and `just build-cli`.