uthredii

joined 2 years ago
MODERATOR OF
[–] uthredii@programming.dev 5 points 10 months ago

Yeah it is, eventually they want UV to have feature parity with rye and rye will basically just be a pointer to UV

[–] uthredii@programming.dev 9 points 10 months ago (1 children)

Early on uv was only trying to replace pip. This latest update is a big step towards becoming a poetry (and pyenv/pipx) replacement too.

[–] uthredii@programming.dev 5 points 11 months ago (1 children)

It worked for me with just: virtualisation.libvirtd.enable = true; in the configuration.nix.

[–] uthredii@programming.dev 3 points 11 months ago

Stable channels provide conservative updates for fixing bugs and security vulnerabilities, but do not receive major updates after initial release.

If you want up to date packages then use the unstable channel.

[–] uthredii@programming.dev 9 points 11 months ago* (last edited 11 months ago) (11 children)

Nix has the most unique packages and the most up to date packages of any Linux software repository. It has substantially more fresh packages than Arch or Alpine (which you say does a better job in a separate comment).

Source:https://repology.org/repositories/graphs

[–] uthredii@programming.dev 2 points 11 months ago

Yeah I agree, I am sure they are missing some obscure stuff. But in practise it has everything that I use and there has been no need for me to touch flatpak/appimage/snap

[–] uthredii@programming.dev 3 points 11 months ago

yep, I mean a GUI based software centre

[–] uthredii@programming.dev 6 points 11 months ago* (last edited 11 months ago) (5 children)

NixOS:

  • Largest and most up to date package repository (no need for flatpack/appimage/snap ect)
  • Reproducible
  • Declarative
  • Rollbacks you can select at boot time
  • No dependency conflicts

I think it will easily be the number 1 distro if/when they can :

  • the steep learning curve (e.g. have a gui installer EDIT: As in a GUI software centre)
  • documentation
  • have more tools use nixos and have nixos in mind (e.g. there are a couple of tools that didn't work for me because of specific C libraries not beeing present/configured on nixos that are present on other distros. some libraries implicitly expect these to be present).
[–] uthredii@programming.dev 7 points 1 year ago (1 children)

How often do you run nixos-rebuild --switch?

If you don't run it regularly then you will likely be waiting for a few different packages to get updates. To fix this you can configure auto upgrades:https://nixos.wiki/wiki/Automatic_system_upgrades

[–] uthredii@programming.dev 3 points 1 year ago* (last edited 1 year ago)

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.

[–] uthredii@programming.dev 7 points 1 year ago

"I'm playing both sides, so that I always come out on top"

 

If you haven't heard of it before, nutshell is an alternative to bash/zsh: https://github.com/nushell/nushell

 
view more: ‹ prev next ›