5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
% nixos, nix-store, link
|
|
|
|
# Find the storepath of an executable in the users path
|
|
readlink -f (which <executable>)
|