diff options
author | Alan Pearce | 2024-12-12 10:48:31 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-12 14:40:32 +0100 |
commit | b66c1ed87b556844421886ead373ffdd4ca25663 (patch) | |
tree | 1fe99fbc0f983e0c0703b4d57760a3865ffe3d49 | |
parent | 991d3b465f6a14a78a4166a7fa24c140734610c3 (diff) | |
download | website-b66c1ed87b556844421886ead373ffdd4ca25663.tar.lz website-b66c1ed87b556844421886ead373ffdd4ca25663.tar.zst website-b66c1ed87b556844421886ead373ffdd4ca25663.zip |
disable lorri (broken on darwin)
-rw-r--r-- | .envrc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.envrc b/.envrc index a506aa5..a5b4b96 100644 --- a/.envrc +++ b/.envrc @@ -1,9 +1,4 @@ layout go -if type -P lorri &>/dev/null; then - eval "$(lorri direnv)" -else - echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' - use nix -fi +use flake dotenv |