I'm guessing one of the major reasons more packages are "broken" for macos is there is a CI system running for linux/nixos (travis) and not one for macos. So macos breakages can slip in easily. If a passionate mac advocate wanted to take on the responsibility of setting up & running a CI machine and hooking it up to the github PRs, I can only imagine it being a good thing...
Good suggestion. Looks like travis already has an OS X build environment[0]. So technically it should be doable :) [0]: https://docs.travis-ci.com/user/osx-ci-environment/
My Experience with Nix on OS X
11–20 of 60 posts
Re: My Experience with Nix on OS X
#12Redesign of nix command line is a good thing. Nix should be more intuitive. I totally agree that nix is the future of package management.
Re: My Experience with Nix on OS X
#13Earlier quoted context omitted.
They're patterned after rpm generally.
Which is a poor choice! Picking yum or apt as the model would have been a saner choice! I feel the same way dealing with Arch Linux - being different (read "weird") isn't always better!
To go further, being different is almost always a bad idea. People are used to how current stuff works; you need a really good reason not to provide the same interface.
Re: My Experience with Nix on OS X
#14I'm guessing one of the major reasons more packages are "broken" for macos is there is a CI system running for linux/nixos (travis) and not one for macos. So macos breakages can slip in easily. If a passionate mac advocate wanted to take on the responsibility of setting up & running a CI machine and hooking it up to the github PRs, I can only imagine it being a good thing...
Re: My Experience with Nix on OS X
#15Re: My Experience with Nix on OS X
#16Nix is not great for casual Linux desktop usage - I tried installing the Atom editor, and cancelled when I saw X11 being downloaded. You might as well run NixOS in a VM.
Re: My Experience with Nix on OS X
#17But, comparing Nix on the simple operations is like reviewing a sports car after only driving it in a school zone. There is so much more that Nix provides that homebrew doesn't even come close to.
Nix has made managing of my servers way easier then anything I have tried before and I have no intentions of changing away any time soon.
Re: My Experience with Nix on OS X
#18Nix is not great for casual Linux desktop usage - I tried installing the Atom editor, and cancelled when I saw X11 being downloaded. You might as well run NixOS in a VM.
Re: My Experience with Nix on OS X
#19Nix is not great for casual Linux desktop usage - I tried installing the Atom editor, and cancelled when I saw X11 being downloaded. You might as well run NixOS in a VM.
How would you run Atom on a Linux desktop without X11? Honest question; I didn't think Wayland/Weston were far enough along yet...
Re: My Experience with Nix on OS X
#20Nix is not great for casual Linux desktop usage - I tried installing the Atom editor, and cancelled when I saw X11 being downloaded. You might as well run NixOS in a VM.
How would you run Atom on a Linux desktop without X11? Honest question; I didn't think Wayland/Weston were far enough along yet...