Parthiv Seetharaman
Parthiv Seetharaman
A few of us came to a similar conclusion a while ago: https://github.com/divnix/devos/discussions/319. Thanks for actually opening the issue here.
I agree with this, but I realize a fair bit of contributors to here really value the patches feature. I think we need some discussion on patching and what people...
Can you provide an example of such an irrecoverable error, to strengthen the argument for this change.
I have another idea that could solve a similar problem. Maybe `--format` could accept a flake uri, so you could do `nixos-generate --flake .#NixOS --format github:divnix/digga#nixosModules.bootstrapIso`. And maybe a new...
This is a neat idea to share profiles. I think we can brainstorm ways to let this concept work without requiring a strict folder layout, since many of us use...
> Wouldn't the obvious solution to this be to simply export the profiles via an attribute set at outputs.profiles? Since we already build a profiles attribute set for suites, this...
@blaggacao didn't you say you were able to do this with the current state of isoConfig? I think this can be closed.
This error almost always happens when you use IFD in some way. The easiest solution is to set `supportedSystems` to not include those systems. Alternatively you could track down where...
Could we remove the nixos user and use admin/primary everywhere? It would make writing docs easier too, since we only have to reference one user to change.
> what is the current state of bud? Current plans are to ditch it. This means removing any reference to bud in docs. `bud build` should be replaced with `nixos-generator`...