Pin Nix flake inputs for reproducible packaging #153
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/prolog-rlm!153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/flake-lock-reproducibility"
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?
Follow-up to #145.
The runtime was already packaged as a flake, but the merged packaging PR explicitly called out a lockfile as required final reproducibility evidence and
maindid not contain one.This patch:
flake.lockfor the existingnixpkgsandflake-utilsinputs;--no-update-lock-fileto evaluation/build/dev-shell calls so CI proves the committed lock is complete instead of silently repairing it.No runtime or Prolog behavior changes.