about summary refs log tree commit diff
path: root/justfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-22 07:14:19 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-22 07:14:19 -0700
commit1f213e6d8612b101a53d3d9549c18667903ea47c (patch)
tree236215421c38806a92fa0c8ed214df0640f581a2 /justfile
parentremove the Makefile (diff)
downloadworld-1f213e6d8612b101a53d3d9549c18667903ea47c.tar.gz
delete github actions
Diffstat (limited to '')
-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