blueopinion/templates/default/.envrc

13 lines
317 B
Bash

#!/usr/bin/env bash
# Used by https://direnv.net
# Automatically reload when this file changes
watch_file ./nix/devshells/default.nix
watch_file ./nix/devshells/rust.nix
watch_file ./nix/*.nix
# Load `nix develop`
use flake .#rust
# Extend the environment with per-user overrides
source_env_if_exists .envrc.local