Remove copy directive from Makefile
This commit is contained in:
parent
ae35cc0f69
commit
bbd79d3f84
6
Makefile
6
Makefile
|
@ -1,11 +1,7 @@
|
||||||
.PHONY: build copy
|
.PHONY: build
|
||||||
|
|
||||||
USER := $(shell whoami)
|
USER := $(shell whoami)
|
||||||
HOST := $(shell hostname)
|
HOST := $(shell hostname)
|
||||||
|
|
||||||
build:
|
build:
|
||||||
nix build .#homeConfigurations."$(USER)@$(HOST)".activationPackage
|
nix build .#homeConfigurations."$(USER)@$(HOST)".activationPackage
|
||||||
|
|
||||||
copy: build
|
|
||||||
nix copy --to ssh://pixelifytica@legion ./result
|
|
||||||
rm ./result
|
|
||||||
|
|
Reference in a new issue