building
Installation
SKILL.md
Building
Build Commands
| Command | Purpose |
|---|---|
nix build .#nixosConfigurations.<host>.config.system.build.toplevel |
Build a host's NixOS system |
nix build .#homeConfigurations.<user>@<host>.activationPackage |
Build a Home-Manager activation |
nix fmt |
Format code and check syntax |
nix flake check |
Evaluate all configurations and run linters |
nix flake show |
Display available outputs |
nix develop |
Open development shell |
nix develop --command true |
Test that devShell can be entered |
DevEnv Requirement
This repository uses devenv for devShells and checks. You must provide the devenv-root input override for nix flake check and nix develop: