Files
disko/docs
Felix Uhl daca7be309 outputs: make compatible with nix run and package lists
This adds new outpus like `format` and `formatNoDeps` which
are compatible with `nix run` so you can do something like

    nix run .#nixosConfigurations.myhostname.config.system.build.formatNoDeps

as originally intended in #78, or add disko to your configuration like

    environment.systemPackages = [
        config.system.build.format
        config.system.build.mount
        config.system.build.destroyFormatMount
    ];

as mentioned in #454.

Fixes part of #454
Supersedes #78

It also deprecates mode `disko` in favor of the clearer
`destroy,format,mount` and adds `format,mount` to allow easier in-place
updates.
2024-11-06 21:16:18 +01:00
..
2024-11-04 20:24:33 +00:00
2024-10-16 17:27:36 +00:00
2024-09-19 21:57:32 +02:00
2023-06-05 10:23:08 +02:00
2023-06-05 10:23:08 +02:00
2024-10-11 23:01:02 +00:00
2024-10-16 17:27:36 +00:00
2023-09-17 04:43:25 +00:00