diff options
author | EuAndreh <eu@euandre.org> | 2023-03-17 09:38:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-17 09:38:21 -0300 |
commit | 1df588158925ec1b6e3050c97ab40368647fb2ba (patch) | |
tree | 121935e46e6be9a2f8b96c1298afb9dd5b8f1811 /Makefile | |
parent | etc/guix/system.scm: Remove unused imports, use import macros (diff) | |
download | dotfiles-1df588158925ec1b6e3050c97ab40368647fb2ba.tar.gz dotfiles-1df588158925ec1b6e3050c97ab40368647fb2ba.tar.xz |
Makefile: buid Guix files in "all" target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,8 @@ lisp-images = \ $(XDG_DATA_HOME)/lisp-cli/sbcl.image \ derived-assets = \ + result-home \ + result-system \ $(pod2man) \ $(XDG_STATE_HOME)/ssh/conn \ $(XDG_CONFIG_HOME)/ssh/id_rsa.pub \ @@ -31,6 +33,12 @@ tilde: @cd $(PRIV_CONFIG) && $(MAKE) +result-home: + guix build -r $@ -v3 -f etc/guix/home.scm + +result-system: + guix build -r $@ -v3 -f etc/guix/system.scm + share/man/man1/x.1 share/man/man1/z.1: pod2man bin/`basename $@ .1` > $@ |