From e0d7568a9fccef49b0e89225890611d6f538f071 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 22 Jun 2024 16:39:30 +0100 Subject: [PATCH] Remove copy directive from Makefile --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index aca3e3c7..3e943506 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ -.PHONY: build copy +.PHONY: build HOST := $(shell hostname) build: nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel - -copy: build - nix copy --to ssh://pixelifytica@legion ./result - rm ./result