branch: externals/gnosis
commit 37ecd8d3c83c9cd589f2f7ac08ad891080cb5faf
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
makefile: Use guix --pure
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5e4d455182..fe5441cfd8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.PHONY: all doc test load clean
EMACS = emacs
-GUIX_SHELL ?= guix shell -m manifest.scm --
+GUIX_SHELL ?= guix shell -D -f guix.scm --pure --
ORG := docs/gnosis.org
TEXI := docs/gnosis.texi
INFO := docs/gnosis.info