I believe I ran nix-env -if example.nix
which changed my nix environment.
How can I undo this action?
I'm trying to run a application that is specified in my nixos config (/etc/nixos/*
), however it no longer seems available (within the $PATH
).
Seems it might be nix-env --switch-profile /nix/var/nix/profiles/default
(according to https://nixos.org/nix/manual/#sec-profiles) ?