mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 11:02:19 +00:00
15 lines
234 B
Makefile
15 lines
234 B
Makefile
default:
|
|
just --list
|
|
|
|
check:
|
|
nix flake check
|
|
|
|
build:
|
|
nix build .#darwinConfigurations.hari-macbook-pro.system
|
|
|
|
switch:
|
|
nix run github:LnL7/nix-darwin/master#darwin-rebuild -- switch --flake .#hari-macbook-pro
|
|
|
|
fmt:
|
|
nix fmt
|
|
|