Travis A. Everett
Travis A. Everett
> Nix does not work with selinux enabled yet! > see https://github.com/NixOS/nix/issues/2374 As the message notes, this isn't officially supported. In the thread the installer links you can find ~unofficial...
The manual and download page both explicitly note the lack of SELinux support for multiuser installs. https://nix.dev/manual/nix/2.29/installation/installing-binary.html#installing-a-binary-distribution > This performs the default type of installation for your platform: > >...
@roberth unclear what that means in this context, but I do not intend to implement SELinux support in the shell installer since it's one of those things we should get...
Did you try what the installer output recommended? (`You can export NIX_BUILD_GROUP_ID=986 and re-run.`) If that doesn't work, I'd recommend following the uninstall instructions to clean up artifacts of the...
My guess is that your full shell profile contains something that is hard-resetting PATH after nix sets up. Try putting a `set -x` in at the top of /etc/zshrc and...
Yes--this is one of the symptoms that something in your regular systemwide or user shell init files are hard-setting the PATH after nix sets up, overwriting the path additions (but...
Nix not being on PATH generally points to your shell init files either hard-setting a PATH that doesn't include Nix after Nix's shell hook ran (often from one of the...
What does `ls -la /nix` show? And what exactly did `/etc/synthetic.conf` look like before you deleted it? > ---- oh no! -------------------------------------------------------------------- > It seems the build user _nixbld1 already...
There's yet to be an announcement or intentional invitation for third parties to start ~depending on artifacts of our work here. We're close, but we're in a holding pattern waiting...
It looks like the settings will also "work" if related processes are killed, but I'm not sure how much effort would go into making _and maintaining_ a comprehensive mapping of...