mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
make it possible to direnv exec . at top level
This way we don't have to be so careful about where we call `direnv exec .` and can safely assume e.g. in scripts that we're always in the direnv environment.
This commit is contained in:
parent
a520c4e032
commit
d4ffa78979
2 changed files with 7 additions and 2 deletions
|
|
@ -43,4 +43,9 @@ mkShell {
|
|||
default.propagatedBuildInputs
|
||||
++
|
||||
default.buildInputs;
|
||||
|
||||
shellHook = ''
|
||||
# Workaround for <https://github.com/NixOS/nix/issues/8355>
|
||||
unset TMPDIR
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue