Use lorri service only on linux

This commit is contained in:
Dave Gallant
2024-09-06 21:12:20 -04:00
parent 1b5f39cf0d
commit a5b265731f
2 changed files with 4 additions and 2 deletions

4
.envrc
View File

@@ -1,3 +1,5 @@
if has nix-shell; then
if has lorri; then
eval "$(lorri direnv)"
else
use nix
fi