-
Notifications
You must be signed in to change notification settings - Fork 159
Add NixOS to supported Linux distributions #309
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
Conversation
Do you have a Dockerfile for testing this, @p-alik ? |
No I haven't it yet, but I'll prepare once. |
On fddd82e
|
Hi, @p-alik. Thank you for the above. The extra configure arguments should not be needed. Something is broken if they are needed, IMHO. Any idea as to why
If I remove
Using
|
You could run |
I can see their point for when it comes to distributing an image, but it doesn't fit how I test builds. Your new
|
I split up the
I had to add m4 and gcc, by the way. ./configure can't find boost though, and the
Wow, this nix package manager is super-annoying! |
In my opinion because you are trying to install all dependencies with |
Only if you build gearmand as root, I think, and I don't want to do that. |
You can run
|
Well, it doesn't work for me, at least not using the |
There are differences between nix-docker and PC (VM surely also) environment:
These days Debian testing offers |
This PR aims to support bootstrapping on NixOS