Package StarLang as a Nix flake and adopt AGPL-3.0 #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/star-lang!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/nix-flake-agpl3"
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?
What changed
star-langpackagenix runandnix run .#testsappsnix flake checkloadstarlang-prototypeand run every prototype test scriptAGPL-3.0-onlyWhy
The existing flake suppressed ASDF load failures with
|| trueand installed an empty directory. It was a development-shell stub, not a usable StarLang package. The new derivation fails on real build/test errors and produces runnable tools plus installed Common Lisp sources.AGPL-3.0 closes the network-service source-distribution gap for modified StarLang deployments.
Validation
nix flake check --print-build-logsas a required CI execution path