2

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?

Richie Bendall
  • 423
  • 3
  • 10

1 Answers1

2

Since nix-shell launches a subshell, you can "clear" its changes by logging out of it.

Richie Bendall
  • 423
  • 3
  • 10