diff options
author | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:07:23 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:07:23 -0700 |
commit | 4a60a190ff1f03ead8de67a77c6fc8fb14add40f (patch) | |
tree | ea74be3ecb60c330dadc98b41d50ce80a3aec835 | |
parent | bump nixos to 24.05 (diff) | |
download | world-4a60a190ff1f03ead8de67a77c6fc8fb14add40f.tar.gz |
add a justfile
-rw-r--r-- | justfile | 8 |
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 .# |