blob: 829e8f99d928e24f01fc08dbef0bdb8c07bdecdf (
plain) (
tree)
|
|
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
|