about summary refs log tree commit diff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
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