nixos-v3/ ├── flake.nix # Main entry with inputs and outputs ├── .github/ │ └── workflows/ │ └── ci.yml # GitHub Actions (flake check, alejandra, shellcheck) ├── system/ # Base system configuration │ ...
This contains everything you need to run your app locally.