5 lines
138 B
Makefile
5 lines
138 B
Makefile
|
|
# Run home-manager switch to update Nix environment
|
|
nixup:
|
|
cd "{{justfile_directory()}}`/nix" && home-manager switch --flake ".#std"
|