about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-22 07:07:23 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-22 07:07:23 -0700
commit4a60a190ff1f03ead8de67a77c6fc8fb14add40f (patch)
treeea74be3ecb60c330dadc98b41d50ce80a3aec835
parentbump nixos to 24.05 (diff)
downloadworld-4a60a190ff1f03ead8de67a77c6fc8fb14add40f.tar.gz
add a justfile
-rw-r--r--justfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..9e6f93e
--- /dev/null
+++ b/justfile
@@ -0,0 +1,8 @@
+setup:
+	rye sync
+
+update-deps:
+	nix flake update --commit-lock-file
+
+build-darwin:
+	darwin-rebuild build --flake .#