iosevka/Makefile

17 lines
295 B
Makefile
Raw Normal View History

.PHONY: all copy build update
all: copy
copy: build
2024-03-16 11:50:19 +00:00
nix copy --to ssh://pixelifytica@legion \
.#iosevka-custom-aile \
.#iosevka-custom-nerdfont
build:
nix build --no-link --max-jobs 1 \
.#iosevka-custom-aile \
.#iosevka-custom-nerdfont
update:
nix flake update --commit-lock-file