diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index 265ad0cd..4769f7c3 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -1240,6 +1240,7 @@ in }); rmlint = prev.rmlint.override { # fixes "Checking whether the C compiler works... no" + # rmlint is scons; it reads the CC environment variable, though, so *may* be cross compilable inherit (emulated) stdenv; }; samba = prev.samba.overrideAttrs (_upstream: {