-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
haskellPackages.hnix: Fix build #43824
Conversation
@GrahamcOfBorg build haskellPackages.hnix |
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: haskellPackages.hnix Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: haskellPackages.hnix Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: haskellPackages.hnix Partial log (click to expand)
|
hnix = (overrideCabal super.hnix (old: { | ||
# dontCheck: Can be removed once https://github.com/haskell-nix/hnix/commit/471712f is in (5.2 probably) | ||
# This is due to GenList having been removed from generic-random in 1.2.0.0 | ||
# doJailbreak: Can be removed once https://github.com/haskell-nix/hnix/pull/329 is in (5.2 probably) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! Now just needs a new hackage release and a nixpkgs lts update to remove the hacks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do this once we have the Travis builds for hnix working again.
Motivation for this change
hnix was broken, closes #43491
And see comment in the change, which haskell-nix/hnix#329
Ping @jwiegley @Profpatsch @peti @manveru @domenkozar
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)