2023-12-14 15:16:44 +01:00
|
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
|
|
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg="
|
2023-03-07 12:47:26 +01:00
|
|
|
fi
|
2021-03-07 19:51:49 +01:00
|
|
|
|
2023-12-14 15:16:44 +01:00
|
|
|
watch_file ./flake/checks.nix
|
|
|
|
watch_file ./flake/dev-shells.nix
|
2023-03-07 11:49:12 +01:00
|
|
|
|
2023-10-12 15:41:36 +02:00
|
|
|
use flake
|