diff --git a/Makefile b/Makefile index 2bf106a..e48ec40 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,8 @@ -.PHONY: default build switch copy - -default: build +.PHONY: build copy build: nix run . -- build --flake . --show-trace -switch: - nix run . -- switch --flake . --show-trace - copy: build - nix copy --to ssh://legion ./result + nix copy --to ssh://pixelifytica@legion ./result rm ./result