I thought I’ll make this thread for all of you out there who have questions but are afraid to ask them. This is your chance!

I’ll try my best to answer any questions here, but I hope others in the community will contribute too!

  • elltee@lemmy.one
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Nix has an ephemeral command to “install” packages to try out before installing permanently. nix-shell -p <package> will install the package, and drop you into an ephemeral shell to test it out. Exit the shell and it’s gone.

    It’s also possible to install permanently straight from the CLI, but that ruins composability. To each his own.

    My bigger problem w nix is the lack of FHS and the hoops you have to jump thru to get a non standard app to work.