Remove copy directive from Makefile
This commit is contained in:
parent
f080742cb6
commit
e0d7568a9f
6
Makefile
6
Makefile
|
@ -1,10 +1,6 @@
|
||||||
.PHONY: build copy
|
.PHONY: build
|
||||||
|
|
||||||
HOST := $(shell hostname)
|
HOST := $(shell hostname)
|
||||||
|
|
||||||
build:
|
build:
|
||||||
nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
||||||
|
|
||||||
copy: build
|
|
||||||
nix copy --to ssh://pixelifytica@legion ./result
|
|
||||||
rm ./result
|
|
||||||
|
|
Loading…
Reference in a new issue