The Nix package index says that I can do nix-shell -p <package> to try out a package. After I have done that, how do I undo the changes it made?
Asked
Active
Viewed 104 times
2
Richie Bendall
- 423
- 3
- 10
1 Answers
2
Since nix-shell launches a subshell, you can "clear" its changes by logging out of it.
Richie Bendall
- 423
- 3
- 10