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
Raw Normal View History

2024-06-07 20:16:32 +01:00
.PHONY: build copy
build:
nix run . -- build --flake . --show-trace
2024-05-11 18:21:47 +01:00
copy: build
2024-06-07 20:16:32 +01:00
nix copy --to ssh://pixelifytica@legion ./result
rm ./result