nixos/modules/output.nix
2026-03-27 19:35:15 -03:00

6 lines
No EOL
144 B
Nix

{ lib, ... }: {
options.flake.nixosConfigurations = lib.mkOption {
default = {};
type = lib.types.lazyAttrsOf lib.types.raw;
};
}