Remove copy directive from Makefile

This commit is contained in:
Evie Litherland-Smith 2024-06-22 16:40:00 +01:00
parent ae35cc0f69
commit bbd79d3f84

View file

@ -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