Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

fix: experimental features in darwin host factory

cosmeak 28343a93 819fd7a9

+1
+1
modules/factories/host.nix
··· 31 31 nix.enable = true; 32 32 networking.hostName = hostname; 33 33 networking.computerName = hostname; 34 + nix.settings.experimental-features = [ "nix-command" "flakes" ]; 34 35 35 36 # Used for backwards compatibility, please read the changelog before changing. 36 37 # $ darwin-rebuild changelog