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