This commit is contained in:
Oliver Davies 2024-09-23 13:17:10 +01:00
parent 1e83c4bf8b
commit 9cdb4461a4
4 changed files with 52 additions and 27 deletions

4
run
View file

@ -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"