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:
parent
ecb87ccd1c
commit
256bed992e
1 changed files with 3 additions and 1 deletions
4
.envrc
4
.envrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue