diff --git a/justfile b/justfile index dc4328d..e0e90f7 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,11 @@ _default: @just --list --unsorted +check-git: + # output of the git status --porcelain must be empty + test -z "$(git status --porcelain)" + + [linux] build *args: sudo nixos-rebuild build --flake . {{args}} |& nom