aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-03-30 11:59:05 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-03-30 11:59:05 -0600
commitab943d52ef2cfb72c2b7336b8388344cae977414 (patch)
treeaeb84b2aab01d5abb3a1da84440d3a5e1b882d4f /manifest.scm
parentfd2a9bfd37b2e0674484644a56cec3239cce71aa (diff)
downloaddotfiles-ab943d52ef2cfb72c2b7336b8388344cae977414.tar.gz
dotfiles-ab943d52ef2cfb72c2b7336b8388344cae977414.tar.xz
direnv: use manifest instead of args to use_guix
Since `guix shell` automatically loads manifest files if `manifest.scm` exists, move packages into manifest file and load via new `use_guix` from fd2a9bf ("config: direnv: customize use_guix behavior", Wed Mar 30 11:31:09 2022 -0600). Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 00000000..df90ac81
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,4 @@
+(specifications->manifest
+ '("make"
+ "man-db"
+ "info-reader"))