my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(starling): linux builder

willow fbb2fb5f c837537d

+8
+8
hosts/starling/default.nix
··· 28 28 }; 29 29 }; 30 30 31 + nix = { 32 + linux-builder = { 33 + enable = true; 34 + # systems = ["aarch64-linux"]; 35 + # config.boot.binfmt.emulatedSystems = ["x86_64-linux" "aarch64-linux"]; 36 + }; 37 + }; 38 + 31 39 nixpkgs.hostPlatform = lib.mkDefault "aarch64-darwin"; 32 40 }