currently, nixosConfigurationsGenerator are implemented, however a typical flake based nixos or — generalized — nix controlled environment (machines, phones, iot, routers, etc), further generators are in order.
I suggest the canonical way to implement additional generators is through accessing self:
Or do we need an optional lib of generators to support well-known upstream projects? Since it's not called flake-utils-nixos, maybe there is a good argument to make about this.
currently,
nixosConfigurationsGenerator
are implemented, however a typical flake based nixos or — generalized — nix controlled environment (machines, phones, iot, routers, etc), further generators are in order.I suggest the canonical way to implement additional generators is through accessing
self
:Or do we need an optional lib of generators to support well-known upstream projects? Since it's not called flake-utils-nixos, maybe there is a good argument to make about this.
/cc @Pacman99