From bbd79d3f8432c2ec7c21150918b4e5a56abd1631 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 22 Jun 2024 16:40:00 +0100 Subject: [PATCH] Remove copy directive from Makefile --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 2072f34..de9a5e7 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ -.PHONY: build copy +.PHONY: build USER := $(shell whoami) HOST := $(shell hostname) build: nix build .#homeConfigurations."$(USER)@$(HOST)".activationPackage - -copy: build - nix copy --to ssh://pixelifytica@legion ./result - rm ./result