diff --git a/Makefile b/Makefile index 78e0fd5..2bf106a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: default build switch +.PHONY: default build switch copy default: build @@ -7,3 +7,7 @@ build: switch: nix run . -- switch --flake . --show-trace + +copy: build + nix copy --to ssh://legion ./result + rm ./result