You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each folder contains either a NixOS or nix-darwin configuration:
129
+
Each folder contains either a NixOS, [nix-darwin](https://github.com/LnL7/nix-darwin) or [system-manager](https://github.com/numtide/system-manager) configuration:
130
130
131
131
#### `configuration.nix`
132
132
@@ -138,6 +138,7 @@ Additional values passed:
138
138
*`flake` maps to `inputs.self`.
139
139
*`perSystem`: contains the packages of all the inputs, filtered per system.
140
140
Eg: `perSystem.nixos-anywhere.default` is a shorthand for `inputs.nixos-anywhere.packages.<system>.default`.
141
+
*`hostname` as per the host directory name.
141
142
142
143
Flake outputs:
143
144
@@ -182,6 +183,7 @@ Additional values passed:
182
183
*`flake` maps to `inputs.self`.
183
184
*`perSystem`: contains the packages of all the inputs, filtered per system.
184
185
Eg: `perSystem.nixos-anywhere.default` is a shorthand for `inputs.nixos-anywhere.packages.<system>.default`.
186
+
*`hostname` as per the host directory name.
185
187
186
188
Flake outputs:
187
189
@@ -207,6 +209,7 @@ Additional values passed:
207
209
*`flake` maps to `inputs.self`.
208
210
*`perSystem`: contains the packages of all the inputs, filtered per system.
209
211
Eg: `perSystem.nixos-anywhere.default` is a shorthand for `inputs.nixos-anywhere.packages.<system>.default`.
0 commit comments