about summary refs log tree commit diff
path: root/justfile
blob: 829e8f99d928e24f01fc08dbef0bdb8c07bdecdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
setup:
	rye sync

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

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

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

test-nix:
	nix flake check
	nix develop -c echo OK

fmt:
	nix fmt