aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 31686c0..9cdb2db 100644
--- a/Makefile
+++ b/Makefile
@@ -4,18 +4,24 @@
all: EuAndreh.key guix nix
-guix: all-packages all-services
+guix: guix-packages guix-services
-nix:
- nix-build build.nix
-
-all-packages:
+guix-packages:
guix build -v3 -Lsrc/ -K \
-f src/org/euandre/packages.scm \
-f src/org/euandre/queue.scm \
-all-services:
- guix system -v3 -Lsrc/ -K build tests/test-system.scm
+guix-services-local:
+ guix system -v3 -Lsrc/ -K build tests/local-system.scm
+
+guix-services-internet:
+ guix system -v3 -Lsrc/ -K build tests/internet-system.scm
+
+guix-services: guix-services-local guix-services-internet
+
+nix:
+ nix-build build.nix
+
refresh:
sh scripts/paku -rg