-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bump nixpkgs to latest master #30
Conversation
This is to see if there are problems coming up. Some of the things in nix/haskell-packages.nix can probably be cleaned up now. Originally https://github.com/dfinity-lab/ic-ref/commit/dce1286a900525607fcc21171b82940e3ec3385f
… into joachim/bump-nixpkgs
a3de2b8
to
ea974be
Compare
as the latter doesn’t seem to work any more since NixOS/nixpkgs#130441
f92babc
to
4394ee3
Compare
4394ee3
to
3d0f880
Compare
I am a bit stuck now, and the problem is the static build of Previously, I used a compiler built against musl (via nix’s I tried to use I could try It would be easiest if we can just drop the static build. I am not sure what the plans with the emulator in |
Finally green! I suggest to squash merge using the PR description as the commit message (this is what mergify would do, maybe we should start using this.) Also, I'd appreciate admin rights again, like I have on Motoko, so that I can do such maintenance and infra work more easily. Who do I need to ask about that? |
in dfinity#30 we tracked a PR against nixpkgs, which isn't very stable (e.g. if it gets force-pushed to, it may break this repository). The changes we are trying to include are still not in nixpkgs master, but they are closer already, on the `haskell-upgrades` branch. So track that, until it is merged into `master` (via NixOS/nixpkgs#138596)
in #30 we tracked a PR against nixpkgs, which isn't very stable (e.g. if it gets force-pushed to, it may break this repository). The changes we are trying to include are still not in nixpkgs master, but they are closer already, on the `haskell-upgrades` branch. So track that, until it is merged into `master` (via NixOS/nixpkgs#138596)
This PR is a lot of work…
nixpkgs
to latest masternixpkgs
patches can be dropped. Leave nixpkgs-patching code in place, but improve so that it does not do anything if there are no patches.nix/generate.nix
.gitattributes
to mark generated files as such