mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-03 07:39:34 +00:00
11 lines
306 B
Bash
11 lines
306 B
Bash
watch_file nix/*.nix
|
|
|
|
# Pinned Rust toolchain, read by nix/packages.nix via fromRustupToolchainFile.
|
|
watch_file rust-toolchain.toml
|
|
|
|
# The dev shell derivation includes all of conan/ (see nix/devshell.nix), so any
|
|
# change in there has to invalidate direnv's cached environment.
|
|
watch_dir conan
|
|
|
|
use flake
|