iosevka/Makefile
Evie Litherland-Smith b1006dd48c Add Makefile
Handles building, copying to server, and updating
2024-03-03 21:09:00 +00:00

19 lines
344 B
Makefile

.PHONY: all copy build update
all: copy
copy: build
nix copy --to ssh://xenia@legion \
.#iosevka-custom-aile \
.#iosevka-custom-etoile \
.#iosevka-custom-nerdfont
build:
nix build --no-link --max-jobs 1 \
.#iosevka-custom-aile \
.#iosevka-custom-etoile \
.#iosevka-custom-nerdfont
update:
nix flake update --commit-lock-file