Files
clan-core/site/.envrc
Johannes Kirschbauer 7112f608a7 site: wrap with nix
2025-10-08 14:53:18 +02:00

9 lines
241 B
Bash

# shellcheck shell=bash
source_up
mapfile -d '' -t nix_files < <(find ./nix -name "*.nix" -print0)
watch_file "${nix_files[@]}"
# Because we depend on nixpkgs sources, uploading to builders takes a long time
use flake .#site --builders ''