Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

feat(beryllium): emulate system

+3
+3
hosts/nixos/beryllium/default.nix
··· 18 18 enable = true; 19 19 }; 20 20 21 + # Emulate system for building others 22 + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; 23 + 21 24 # Enable flakes and other experimental features 22 25 nix.settings.experimental-features = [ "nix-command" "flakes" "pipe-operators" ]; 23 26