Files
dart/Makefile

11 lines
127 B
Makefile

.PHONY: build update lock
build:
sudo darwin-rebuild switch --flake .#dart
update:
nix flake update
lock:
nix flake lock