mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 12:03:52 +00:00
17 lines
498 B
Makefile
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
|