From 8007a8dfd3a468b242f31363710bd266d177b0f5 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 8 Sep 2025 13:34:43 +0200 Subject: [PATCH] chore: move hostPlatform to macos.nix + doc: todo :truck::memo: --- nixos/flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index af81dd2..f293839 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -56,11 +56,8 @@ # macOS (nix-darwin) configuration darwinConfigurations."Daniel-Macbook-Air" = nix-darwin.lib.darwinSystem { modules = [ - # Ensure Apple Silicon platform - { nixpkgs.hostPlatform = "aarch64-darwin"; } - - # Your macOS module (you created it under nixos/hosts/macos.nix) ./nixos/hosts/macos.nix + # TODO: add tmux.nix, neovim.nix, fish.nix ]; }; };