1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-08-31 16:40:55 +00:00

chore(nix): exec 'use flake' with direnv on NixOS systems

This commit is contained in:
aviac 2025-08-21 13:40:11 +02:00
parent ecb87ccd1c
commit 256bed992e
No known key found for this signature in database
GPG key ID: 644781002BDEA982

4
.envrc
View file

@ -2,6 +2,8 @@
dotenv_if_exists
# use flake ".#${DIRENV_DEVSHELL:-default}"
if [ -f /etc/os-release ] && grep -q '^ID=nixos' /etc/os-release; then
use flake ".#${DIRENV_DEVSHELL:-default}"
fi
PATH_add bin