Package the Nim spec as a reusable Nix flake #7
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/starintel-doc.nim!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/package-spec-flake"
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
packages.<system>.starintel-doc-nimanddefaultdevShellsandoverlays.defaultWhy
Downstream Nim derivations can now consume the spec source directly from a flake package and add its exported source path to Nim's module search path.
The repository does not currently contain the JSON dependency lock required by nixpkgs
buildNimPackage, so this PR packages the dependency source rather than pretending to provide a reproducible compiled binary.Validation
nimble dump,nix flake show --all-systems, andnix flake check --show-tracerun through the package/CI path.