abathur: answer to my previous question: nix-env -qas will tell you if there is a "substitute" for the package. ``` which is Nix’s mechanism for doing binary deployment. It just means that Nix knows that it can fetch a pre-built package from somewhere (typically a network server) instead of building it locally. ```