pub-solar-os/doc/flk/index.md

21 lines
501 B
Markdown
Raw Normal View History

2021-02-14 02:38:20 +00:00
# flk command
2021-02-15 00:41:15 +00:00
The devshell for the project incudes a convenient script for managing your
system called `flk`. Each of the following chapters is a reference for one of
its subcommands.
## Rebuild
Without any of the subcommands, `flk` acts as a convenient shortcut for
`nixos-rebuild`:
```sh
flk NixOS build
```
Will build _hosts/NixOS.nix_. You can change out `build` for `switch`, `test`,
etc. Any additional arguments are passed through to the call to
`nixos-rebuild`.
## Usage
```sh
flk help
```