-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config generator (nixos) #9
Comments
Let It does not seem like that is something to be achievable via pure module system. |
Doing this within the module system would be very interesting. You would have to pass all modules as a specialArg - I think module arg would work for this too however. And then get access to |
#17 implemented this in |
flake-utils-plus/systemFlake.nix
Line 63 in 51cb739
As stated here #7 (comment), we need an interface to be able to extend
lib.nixosSystem
while retatining the environment (pkgs, hostname, extraArgs, etc) from thegenericConfigurationsBuilder
.It looks like
flake-utils-plus/systemFlake.nix
Line 8 in 51cb739
would not preserve the desired
genericConfigurationsBuilder
environment.Provides ability to solve #7 downstream.
/cc @Pacman99
The text was updated successfully, but these errors were encountered: