diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile index b2e51dd..28e05da 100644 --- a/justfile +++ b/justfile @@ -9,3 +9,7 @@ build-darwin: switch-darwin: darwin-rebuild switch --flake .# + +test-nix: + nix flake check + nix develop -c echo OK |