12 lines
394 B
Bash
12 lines
394 B
Bash
# Automatically enter the Nix dev shell on `cd`. Requires direnv: https://direnv.net/
|
|||
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
|
||
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
|
||
|
|
fi
|
||
|
|
|
||
|
|
use flake
|
||
|
|
|
||
|
|
watch_file flake.nix
|
||
|
|
watch_file flake.lock
|
||
|
|
watch_file nix/*.nix
|
||
|
|
watch_file Cargo.toml
|