mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-14 15:47:10 +00:00
8 lines
282 B
Text
8 lines
282 B
Text
$ nix-env -iA nixpkgs.bsdgames
|
|
$ readlink -f `which fortune`
|
|
/nix/store/b3lxx3d3ggxcggvjw5n0m1ya1gcrmbyn-bsd-games-2.17/bin/fortune
|
|
$ nix-store -q --roots `which fortune`
|
|
/nix/var/nix/profiles/default-9-link
|
|
$ nix-env --list-generations
|
|
[...]
|
|
9 2014-08-20 12:44:14 (current)
|