nix build --keep-going
should display all FOD hash mismatches just as nix-build
does it. #302
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#302
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Given an expression like
nix build -L -f test.nix --keep-going
outputs:`nix build` output
whereas
nix-build test.nix --keep-going
displays all mismatches:`nix-build` output
I think the behavior of
nix-build
is very useful and I'd like to have it withnix build
as well.Behavior observed with
nix (Lix, like Nix) 2.90.0pre20240510_f6dc40c
.this should definitely be fixed wtf. why are these even different between nix3 and nix-build…
Have a patch locally, just didn't get to writing a test yet :)
Proposed a fix in https://gerrit.lix.systems/c/lix/+/1108