continuwuity/.envrc
Logan Devine e397c8fcb7
repo(nix): add support for devShells on aarch64-darwin Nix
Not sure if this will support building, but it at least lets me develop.

Signed-Off-By: Logan Devine <logan@zirco.dev>
2026-04-02 18:35:01 -07:00

9 lines
142 B
Bash

#!/usr/bin/env bash
dotenv_if_exists
if command -v nix >/dev/null 2>&1; then
use flake ".#${DIRENV_DEVSHELL:-default}"
fi
PATH_add bin