Files
website-v2/.envrc
daveoconnor f34458524e Added nix for developer setup (#1379) (#1602)
Tested on brand new machines, made a few minor docs tweaks and adjustments for findings, but generally went well so I'm merging this.
2026-01-05 23:44:10 +00:00

9 lines
214 B
Bash

# we have checks to account for first time setup
if [ -f ".env" ]; then
dotenv
fi
if [ -f "$HOME/.config/nix/nix.conf" ] || [ -f "/etc/nix/nix.conf" ]; then
echo "Loading nix shell environment."
use flake
fi