Bruno BELANYI
ad40c1b1d2
All checks were successful
ci/woodpecker/push/check Pipeline was successful
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
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="
|
|
fi
|
|
|
|
watch_file ./flake/checks.nix
|
|
watch_file ./flake/dev-shells.nix
|
|
|
|
use flake
|