I have a package that has some dependencies. nix-store -qR /nix/store/... One of the dependencies: /nix/store/53wi068kjrqfr2j0hzcxhbw2xaa990jr-bash-4.4-p23 Trying to get its derivation with: nix-store --query --deriver /nix/store/53wi... yields: /nix/store/2amas84m6w99q8lazd9fww6zrkakv6f9-bash-4.4-p23.drv This derivation, however, does not exist on my computer. Despite having in the nix.conf option (which is on by default, but just in case) to keep derivation files. So I thought of regett...