Files
dotfiles/nix-darwin/justfile

12 lines
257 B
Makefile
Raw Normal View History

hostname := "mac-demarco-mini"
2024-08-04 22:05:37 -06:00
switch:
sudo -H /run/current-system/sw/bin/nix run nix-darwin -- switch --flake .#{{hostname}}
update:
/run/current-system/sw/bin/nix flake update
just switch
2026-02-05 14:42:02 -08:00
update-nix-darwin:
nix flake lock --update-input nix-darwin