2024-06-07 19:56:15 +01:00
|
|
|
.PHONY: build copy
|
2024-03-03 21:09:00 +00:00
|
|
|
|
|
|
|
build:
|
2024-06-07 19:56:15 +01:00
|
|
|
nix build --max-jobs 1 .#iosevka-custom-aile \
|
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-06-22 09:44:23 +01:00
|
|
|
rm ./result ./result-1
|