You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the remote linux builder for mac to work using https://github.com/LnL7/nix-docker and the hints mentioned in #560 (i.e. adding nixpkgs.localSystem.system = "x86_64-linux"; to the network configuration for the host and not using --option system x86_64-linux). Which is great!
However, I am not getting the same results when I build the same system on a linux host vs. building it with the remote linux docker builder from macos.
The problem seems to be in an inconsistency with a nix options file that is used to generate nixos documentation that gets included in the overall nixos deployment:
I got the remote linux builder for mac to work using https://github.com/LnL7/nix-docker and the hints mentioned in #560 (i.e. adding
nixpkgs.localSystem.system = "x86_64-linux";
to the network configuration for the host and not using--option system x86_64-linux
). Which is great!However, I am not getting the same results when I build the same system on a linux host vs. building it with the remote linux docker builder from macos.
The problem seems to be in an inconsistency with a nix options file that is used to generate nixos documentation that gets included in the overall nixos deployment:
Difference in options.xml:
nix why-depends on mac + builder:
nix why-depends on linux:
I am not sure whether this is the right issue tracker to post this (since it looks more like a 'channel' issue), but it is very much related to #560.
The text was updated successfully, but these errors were encountered: