diff --git a/flake.nix b/flake.nix index bf384fa..49606c9 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,9 @@ } ]; }; - # Configurations for macOS systems (using nix-darwin) + # Configurations for my only[^1] macOS machine (using nix-darwin) + # + # [^1]: This is why attr key is 'default'. darwinConfigurations = { default = self.lib-darwin.mkMacosSystem; };