Skip to content

Latest commit

Β 

History

History
63 lines (49 loc) Β· 2.5 KB

README.md

File metadata and controls

63 lines (49 loc) Β· 2.5 KB

🌨️ blizzard


With blizzard you can install a nixos system in place.

  • πŸ—οΈ Runs pre-flight checks:
    • ❄️ Checks for nix (Installs if it's not present)
    • πŸ“¦ Checks for kexec functionality
  • βš™οΈ Builds the installer and packs it into the kexec image:
    • 🏭 Creates Stage 2 installer
    • πŸ«™ Builds the kexec image, with the Stage 2 installer and components built in.
    • βœ… Finalizes and preforms verification
  • πŸŽ‰ Preforms the install.
    • πŸƒ Runs the finished kexec image
    • πŸ—³οΈ Preforms on the fly checks
    • πŸ“‹ Formats and paritions drives with disko
    • πŸ“₯ Uses nixos-anywhere to install.

Why?

I already had a install script, but it was kinda rudimentary. So this is a better more streamlined install wizard.

πŸ“¦ Installation and Usage

TODO

πŸ”¨ TODO

Make it work lol

❀️ Contributing

Contributions are whole-heartedly welcome! Please feel free to suggest new features, implement them or generally assist if you'd like. We'd be happy to have you. There's more information in CONTRIBUTING.md.

πŸ“œ License

Licensed under the MIT license (LICENSE or https://opensource.org/licenses/MIT). Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, shall be licensed as above, without any additional terms or conditions.