This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/Makefile

9 lines
146 B
Makefile

.PHONY: build copy
build:
nix run . -- build --flake . --show-trace
copy: build
nix copy --to ssh://pixelifytica@legion ./result
rm ./result