diff options
author | Alan Pearce | 2025-03-12 11:23:26 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-12 11:23:26 +0100 |
commit | d9ea3123683e89ef820370c5584c582a731b8d2c (patch) | |
tree | d7ae1cdb830fe1c52b8dde797d991cc7f1562aff | |
parent | 183eca506050ad33c9328b24be1a0850fef56421 (diff) | |
download | dns-d9ea3123683e89ef820370c5584c582a731b8d2c.tar.lz dns-d9ea3123683e89ef820370c5584c582a731b8d2c.tar.zst dns-d9ea3123683e89ef820370c5584c582a731b8d2c.zip |
-rw-r--r-- | .envrc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.envrc b/.envrc index e7a3371..1f6c388 100644 --- a/.envrc +++ b/.envrc @@ -1,11 +1,2 @@ -#!/usr/bin/env bash -# the shebang is ignored, but nice for editors - -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 nix dotenv |