mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
17 lines
513 B
Makefile
17 lines
513 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
|
|
|
|
fmt:
|
|
nix --extra-experimental-features 'nix-command flakes' fmt
|
|
|
|
secrets-sync:
|
|
./scripts/render-bw-shell-secrets.sh
|