Files
MusicFS/.envrc
T
2026-06-24 21:56:12 +02:00

9 lines
216 B
Bash

#!/usr/bin/env bash
export GIT_CONFIG_GLOBAL=/dev/null
eval "$(devenv direnvrc)"
# You can pass flags to the devenv command
# For example: use devenv --impure --option services.postgres.enable:bool true
use devenv