diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ USER = root OUT = $(shell readlink -n ./result) result: - nix-build --attr system ./depo/nutin-madaj + nix-build -A depo.nutin-madaj.system copy: result nix copy --to "ssh://$(USER)@$(HOST)" ./result |