1
0
mirror of https://github.com/NuschtOS/search.git synced 2024-11-23 03:49:06 +01:00
search/.envrc
2024-10-09 00:17:12 +02:00

9 lines
215 B
Bash

#!/usr/bin/env bash
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