nix-direnv/.envrc
Bryan Bennett c59b60e747 Switch to bats over pytest
This removes python entirely from the stack.
Yet to run the tests on macOS, but they're buildable by way of nix
wrapping. Worst case scenario, you cannot run them from the devshell
but `nix run .#test-runner-<latest||stable>` should work okay.
2025-08-19 08:44:42 -04:00

9 lines
148 B
Bash

# shellcheck shell=bash
strict_env
source ./direnvrc
watch_file direnvrc
# shellcheck disable=SC2046
watch_file $(find . -name "*.nix")
use flake