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
|