diff --git a/.gitignore b/.gitignore index 9eb700d..852edd4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__ .direnv *.html +/result diff --git a/Makefile b/Makefile index e48ec40..2072f34 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ .PHONY: build copy +USER := $(shell whoami) +HOST := $(shell hostname) + build: - nix run . -- build --flake . --show-trace + nix build .#homeConfigurations."$(USER)@$(HOST)".activationPackage copy: build nix copy --to ssh://pixelifytica@legion ./result