How to get a package path in /nix/store which not containing a bin dir

@jonringer I think the API changed, at least when I have flakes enabled, it gets confused. I ended up doing ls -1 /nix/store | grep <package-name>.

1 Like