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
*`hostName`: the hostname of the system, which is used to generate the output names.
250
+
*`perSystem`: contains the packages of all the inputs, filtered per system.
251
+
Eg: `perSystem.nixos-anywhere.default` is a shorthand for `inputs.nixos-anywhere.packages.<system>.default`.
252
+
253
+
Flake outputs:
254
+
255
+
*`nixosConfigurations.<hostname>`
256
+
233
257
### `default.nix`
234
258
235
259
If present, this file takes precedence over `configuration.nix` and `darwin-configuration.nix` and is designed as an escape hatch, allowing the user complete control over `nixosSystem` or `darwinSystem` calls.
0 commit comments