about summary refs log tree commit diff
path: root/justfile
blob: 28e05da19ea477af4f2969ae07437ef8d7c10629 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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