I'm not 1000% sure, that's why I've not documented it. I typically install by running `nix-env --in

I'm not 1000% sure, that's why I've not documented it.

I typically install by running
nix-env --install app

I typically uninstall by running
nix-env --uninstall app

I typically update by running
nix-env --upgrade (optional: app)

and delete old generations by running
nix-collect-garbage -d
Was this page helpful?