Provisioning scripts for my workstations
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
SHELL := bash |
|
|
|
.PHONY: update |
|
update: |
|
nix --extra-experimental-features "nix-command flakes" flake update |
|
|
|
.PHONY: switch |
|
switch: |
|
darwin-rebuild switch --flake .
|
|
|