Skip to content

codgician/serenitea-pot

Repository files navigation

❄️ Serenitea Pot

validate evergreen Man hours

logo

My fleet of Nix-managed devices.

Naming conventions and logos in this repository are mainly derived from Genshin Impact by miHoYo/HoYoverse.

Quick start

Develop

Start developing with your own flavor of shell:

nix develop -c $SHELL

Don't have nix flake support? Try this instead:

nix-shell

Format the nix code:

nix fmt

To inspect evaluated values or do experiments, you may run REPL using:

nix run .#repl

Documentation

Checkout docs subfolder for more documentation (work in progress).