mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-23 07:04:14 -05:00
8 lines
190 B
Nix
8 lines
190 B
Nix
{
|
|
nixpkgs.hostPlatform = "x86_64-darwin";
|
|
system.stateVersion = 6;
|
|
nix.extraOptions = ''
|
|
extra-experimental-features = nix-command
|
|
extra-experimental-features = flakes
|
|
'';
|
|
}
|