aboutsummaryrefslogtreecommitdiff
path: root/.envrc
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 /.envrc
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 '.envrc')
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index 1eda8c04..8b1d5359 100644
--- a/.envrc
+++ b/.envrc
@@ -1,2 +1,2 @@
GUILE_LOAD_PATH=./:${GUILE_LOAD_PATH}
-use guix --ad-hoc make man-db info-reader
+use guix