2024-06-07 19:56:15 +01:00
|
|
|
.PHONY: build copy
|
2024-03-03 21:09:00 +00:00
|
|
|
|
|
|
|
build:
|
2024-09-25 08:21:59 +01:00
|
|
|
nix build --max-jobs 1 \
|
|
|
|
.#iosevka-custom-aile \
|
|
|
|
.#iosevka-custom-etoile \
|
2024-03-03 21:09:00 +00:00
|
|
|
.#iosevka-custom-nerdfont
|
|
|
|
|
2024-06-07 19:56:15 +01:00
|
|
|
copy: build
|
|
|
|
nix copy --to ssh://pixelifytica@legion ./result
|
2024-09-25 08:43:02 +01:00
|
|
|
nix copy --to ssh://pixelifytica@legion ./result-1
|
|
|
|
nix copy --to ssh://pixelifytica@legion ./result-2
|
|
|
|
rm ./result ./result-1 ./result-2
|