Christopher Baines writes:
> direnv is an environment switcher for the shell. direnv can be used with many
> tools, including Guix environments.
>
> I was lucky enough to meet the original author in London, who showed me
> direnv,
> and helped me write a function for my .direnvrc file to make it
direnv is an environment switcher for the shell. direnv can be used with many
tools, including Guix environments.
I was lucky enough to meet the original author in London, who showed me direnv,
and helped me write a function for my .direnvrc file to make it easy to use
with Guix.
I have the follo
* gnu/packages/shellutils.scm (direnv): New variable.
---
gnu/packages/shellutils.scm | 33 +
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 27f45ba..e582186 100644
--- a/gnu/packages/shellutils.scm
+++