Format
This commit is contained in:
parent
1e83c4bf8b
commit
9cdb4461a4
4 changed files with 52 additions and 27 deletions
4
run
4
run
|
@ -8,6 +8,10 @@ function check {
|
|||
nix flake check
|
||||
}
|
||||
|
||||
function format {
|
||||
nix fmt flake.nix home hosts lib modules
|
||||
}
|
||||
|
||||
function help {
|
||||
printf "%s <task> [args]\n\nTasks:\n" "$0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue