Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Speaking of vim vs emacs, how does the nix command line interface compare to GNU Guix?


view as:

Guix greatly simplifies things. Like others said for Nix, I really would recommend managing things declaratively in your system config and a manifest file, but the basic cli isn't bad.

guix install ranger

guix remove ranger

guix pull

guix upgrade

guix search ranger

These basics just work how you'd expect last I checked. There is some `guix shell` stuff as well, but I don't use it, so won't be able to say much about it.


See the refcard for an overview on the Guix CLI: https://guix.gnu.org/guix-refcard.pdf

Legal | privacy