nix/justfile
2026-03-13 11:39:29 -04:00

17 lines
498 B
Makefile

default:
just --list
check:
nix --extra-experimental-features 'nix-command flakes' flake check
build:
nix --extra-experimental-features 'nix-command flakes' build .#darwinConfigurations.hari-macbook-pro.system
switch:
sudo env PATH="$PATH" nix --extra-experimental-features 'nix-command flakes' run github:LnL7/nix-darwin/master#darwin-rebuild -- switch --flake .#hari-macbook-pro
backup:
./scripts/backup-machine.sh
fmt:
nix --extra-experimental-features 'nix-command flakes' fmt