-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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: fix barbly #70222
haskellPackages: fix barbly #70222
Conversation
Not sure how to test this locally (I need to regenerate everything?). |
This is how I did test it, simple overlay and manually applying what I think the result of this PR will do.
|
I've confirmed that @luke-clifton Thanks! |
@luke-clifton Sorry if you already know this, but in order to test this locally you can just build with $ nix-build /some/path/to/nixpkgs/with/this/PR/checked/out/ -A haskellPackages.barbly --arg config '{allowBroken=true;}'
...
/nix/store/wbxvpgkzmqqcavy96cvmh673b0pag2yf-barbly-0.1.0.0 |
6501e2b
to
83ba157
Compare
Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
Thanks @cdepillabout for pointing out that copy-paste error. |
@peti I've tested that this PR works on MacOSX. This PR should be ready to be merged. |
5d075ab
to
56e1ea3
Compare
* haskellPackages: fix barbly Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
* haskellPackages: fix barbly Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
* haskellPackages: fix barbly Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @