.PHONY: build copy
build:
nix run . -- build --flake . --show-trace
copy: build
nix copy --to ssh://pixelifytica@legion ./result
rm ./result