From c313dab24d10ff865457e154c56c6fdb41d6dddb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 27 Nov 2022 08:16:18 -0300 Subject: Makefile: Also copy channels.scm in "deploy" target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 114cb13..51e4704 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,8 @@ dev-check: check public: deploy: - scp src/infrastructure/guix/system.scm toph:/etc/guix/ + scp \ + src/infrastructure/guix/channels.scm \ + src/infrastructure/guix/system.scm \ + toph:/etc/guix/ ssh toph reconfigure -- cgit v1.2.3