Today, I wanted to have another go with nix. Previously I just read about it and didn’t do anything for a couple of months. Now, I installed nix package manager with very few lines of code and two more to install many packages as described in his post. Installation was very fast on my banana laptop. Until now I used distrobox but I always wondered which distro/ package manager to use. What’s your experience with it? For now, I’ll test it. It’s super easy to use. It may not be straight forward to a linux newcomer but if you know what you want, e.g. ffmpeg you can just add it with home-manager edit and install it with home-manager switch. So far, I love it!

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    10 days ago

    disabling SELinux

    I hope this is not a serious suggestion?

    This needs correct SELinux labels, and not just disabling it.

    Dan Walsh is very sad.

    • Chewy@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      10 days ago

      It seems the Determinate Nix installer supports Fedora Atomic with SELinux enabled.

      supporting SELinux and OSTree based distributions without asking users to make compromises

      https://github.com/DeterminateSystems/nix-installer

      Edit:

      disabling SELinux

      I hope this is not a serious suggestion?

      Since no nix installer supported SELinux at the time, it was the only way to use nix on Fedora Atomic. With a better option available disabling SELinux is a bad idea indeed.