mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
explain why default
This commit is contained in:
parent
877677ab59
commit
1edb6de8ce
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue