nix-pills
nix-pills copied to clipboard
Pill 3.5 fails for me, needs additional *readlink -f*
hello-2.10
tobias@balu:~$ nix-store -q --references $(which hello)
error: path '/home/tobias/.nix-profile/bin/hello' is not in the Nix store
tobias@balu:~$ nix-store -q --references `which hello`
error: path '/home/tobias/.nix-profile/bin/hello' is not in the Nix store
tobias@balu:~$ nix-store -q --references $(readlink -f `which hello`)
/nix/store/s9qbqh7gzacs7h68b2jfmn9l6q4jwfjz-glibc-2.33-59
/nix/store/2g13canlyc7b44mbr5fh62pdyvv6xrjl-hello-2.10