Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 17s
Checking yaml / Run yamllint (pull_request) Failing after 14s
Build and test / Generate Documentation (pull_request) Successful in 3m33s
Build and test / Tests (pull_request) Successful in 3m56s
Build and test / Build AMD64 (pull_request) Successful in 4m19s
Build and test / Clippy (pull_request) Successful in 4m33s
5 lines
240 B
Bash
5 lines
240 B
Bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.7; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
|
|
fi
|
|
watch_file nix/**
|
|
use flake .
|