NixOS on ARM: Difference between revisions

imported>Janik
No edit summary
imported>Janik
No edit summary
Line 451: Line 451:
           nixpkgs.config.allowUnsupportedSystem = true;
           nixpkgs.config.allowUnsupportedSystem = true;
           nixpkgs.hostPlatform.system = "armv7l-linux";
           nixpkgs.hostPlatform.system = "armv7l-linux";
           nixpkgs.buildPlatform.system = "x86_64-linux";
           nixpkgs.buildPlatform.system = "x86_64-linux"; #If you build on x86 other wise changes this.
           # ... extra configs as above
           # ... extra configs as above
         }
         }