about summary refs log tree commit diff
path: root/justfile
blob: b2e51ddedeea023457355bbce727afb77db4adf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
setup:
	rye sync

update-deps:
	nix flake update --commit-lock-file

build-darwin:
	darwin-rebuild build --flake .#

switch-darwin:
	darwin-rebuild switch --flake .#