# SPDX-FileCopyrightText: 2026 Star Haven contributors # # SPDX-License-Identifier: AGPL-3.0-or-later use flake # direnv's cache is keyed on flake.nix/flake.lock alone, so it doesn't # notice these patches changing on their own and can go on serving a # devshell built from a stale ares — watch them explicitly. for patch in nix/ares/*.patch; do watch_file "$patch" done