Simon Bruder
f33bafecc8
I somehow forgot to add the `.direnvrc` to homeshick. Now `nix-shell`s created with direnv are added as gc roots.
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
if [ -f /run/current-system/sw/share/nix-direnv/direnvrc ]; then
|
|
source /run/current-system/sw/share/nix-direnv/direnvrc
|
|
fi
|