Steps To Reproduce
Steps to reproduce the behavior:
- nixpkgs.config.contentAddressedByDefault = true;
- programs.firefox.package = pkgs.wrapFirefox pkgs.firefox-devedition-unwrapped {};
- try to build
Build log
error: derivation contains an illegal reference specifier '/1bvljsyksz1ppvcn25gs1jbdbb0qp0a3j65js5vhc7hmd22pwp1a
Additional context
I also have march/mtune set and can't/won't use firefox-bin
nixpkgs.hostPlatform = {
gcc.arch = "znver3";
gcc.tune = "znver3";
system = "x86_64-linux";
};
Notify maintainers
@jopejoe1 @mweinelt @lovesegfault
Add a 👍 reaction to issues you find important.