bio

  • 14 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle


  • anything I tried getting from their repos was always way further behind the mac OS homebrew or Debian apt versions.

    Nixpkgs are the most up to date of any package respiratory source

    It is likely that you were using the current ‘stable’ channel that does not have the very latest packages. The ‘unstable’ channel does have the very latest packages and is what I think most people use.

    nixOS is really slick in concept, but has a steep learning curve to get it properly customized as a daily driver. The learned skills don’t really translate outside the nix realm either, so I decided it was too much effort for my use case. I love this concept as a way to build reproducable servers or workstations tho, so I’ll def be playing with it again.

    I totally agree, I wish it was easier to learn.










  • I have definitely found it challenging at times to do even simple things. I think it does get easier over time.

    I really hope the new user experience will improve. Once the issues with flakes are fixed and they are no longer experimental I would expect flakes to replace the other ways of doing things. This will hopefully make the documentation more concise/focused/better. It might also mean more people start using nix/flakes which will surface more of these problems to be fixed.

    I think people need to decide if the benefits they are getting are worth the challenges. I personally really like the reproducibility and the massive amount of packages available from one place. On other distros I have used things have ended up breaking eventually and I have had to re-install things and search for fixes. But on NixOs things keep working.