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
I typically uninstall by running
I typically update by running
and delete old generations by running
I typically install by running
nix-env --install appI typically uninstall by running
nix-env --uninstall appI typically update by running
nix-env --upgrade (optional: app)and delete old generations by running
nix-collect-garbage -d

