nix-config/.envrc

9 lines
310 B
Plaintext
Raw Normal View History

if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
2023-03-07 12:47:26 +01:00
fi
2021-03-07 19:51:49 +01:00
nix_direnv_watch_file ./flake/checks.nix
nix_direnv_watch_file ./flake/dev-shells.nix
2023-03-07 11:49:12 +01:00
use flake