10 lines
190 B
Makefile
10 lines
190 B
Makefile
.PHONY: build copy
|
|
|
|
build:
|
|
nix build --max-jobs 1 .#iosevka-custom-aile \
|
|
.#iosevka-custom-nerdfont
|
|
|
|
copy: build
|
|
nix copy --to ssh://pixelifytica@legion ./result
|
|
rm ./result ./result-1
|