purescript-unique/.envrc
2023-03-06 17:27:21 -07:00

10 lines
116 B
Bash

#!/usr/bin/env bash
if command -v lorri;
then
eval "$(lorri direnv)"
elif command -v nix-shell
then
use nix
fi