Remove copy directive from Makefile

This commit is contained in:
Evie Litherland-Smith 2024-06-22 16:39:30 +01:00
parent f080742cb6
commit e0d7568a9f

View file

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