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
Deprecate or remove ./modules/bootstrap-iso.nix? Or maybe convert it to a custom format for nixos-generate? Happy to submit a PR for that if it is a good direction.
Deprecate or remove ./modules/bootstrap-iso.nix? Or maybe convert it to a custom format for nixos-generate? Happy to submit a PR for that if it is a good direction.
This was what I was thinking. I meant to remove bootstrapIso in #436 but I forgot.
I've submitted a PR to nixos-generators that introduces a mechanism for extending the nixos-generate format search path. Could be a handy way to expose the bootstrap-iso.nix configuration to end users: inject the directory containing boostrap-iso.nix into the NIXOS_GENERATORS_FORMAT_SEARCH_PATH environment variable -- maybe as part of a devshell configuration -- thus enabling:
that injects our custom formats (at present, limited to `bootstrap-iso`)
into the nixos-generators format search path.
Additionally, introduce the `bootstrap-iso` command that wraps
`nixos-generate --format bootstrap-iso`.
fix: divnix#450
Expected Behavior
Current Behavior
Appears to be from #436.
Possible Solution
Deprecate or remove
./modules/bootstrap-iso.nix
? Or maybe convert it to a custom format fornixos-generate
? Happy to submit a PR for that if it is a good direction.Steps to Reproduce
See "Current Behavior".
Your Environment
The text was updated successfully, but these errors were encountered: