From 1edb6de8cebca3b918be9b1d70b9ebda71acd26d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 3 Dec 2022 14:13:39 -0500 Subject: [PATCH] explain why default --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; };