diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,6 +7,7 @@ alias l := lint alias lo := lock alias p := pre-commit alias sw := switch +alias t := test alias ul := unlock default: @@ -48,6 +49,14 @@ switch: switch: darwin-rebuild switch --flake . +[linux] +test: + sudo nixos-rebuild test --impure --flake . + +[macos] +test: + darwin-rebuild test --flake . + unlock: git-crypt unlock |
