refactor/radar-native-build #1

Merged
alex merged 2 commits from refactor/radar-native-build into main 2026-05-11 18:55:52 +03:00
Owner
No description provided.
alex added 2 commits 2026-05-11 18:55:30 +03:00
Replace fetchurl + prebuilt binary with buildGoModule + buildNpmPackage
to compile radar natively from source. Frontend (React/Vite) is built
as a separate derivation, then embedded into the Go binary via go:embed.

Also patches the npm lockfile to add missing resolved URLs for
workspace packages that lacked them, enabling proper dependency fetching.

Closes nix-overlay-qlc
fix(radar): inject correct build version via ldflags
Some checks failed
CI / check (pull_request) Has been cancelled
cbaa6b6bca
Version was showing as "dev" instead of "v1.5.14" because ldflags
targeted the wrong variable. Changed from internal/version.Current
to main.version which is the variable actually used by cmd/explorer.
alex merged commit 52971ae66b into main 2026-05-11 18:55:52 +03:00
alex deleted branch refactor/radar-native-build 2026-05-11 18:55:53 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alex/millerson-overlay.nix#1