From 8bb270de6835a00ac3413988c3955c19cfa0d97e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 15 Aug 2026 09:55:20 +0900 Subject: build(nix): add a Nix flake providing the dev shell and formatters Co-Authored-By: Claude Opus 5 --- .envrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .envrc (limited to '.envrc') diff --git a/.envrc b/.envrc new file mode 100644 index 00000000..a3d54537 --- /dev/null +++ b/.envrc @@ -0,0 +1,5 @@ +# shellcheck shell=bash +if ! has nix_direnv_version || ! nix_direnv_version 3.2.0; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.2.0/direnvrc" "sha256-hW6NC1JHue3IjZN3uDM6l6I2PMaauqd2D7hXYJ1Zfr4=" +fi +use flake -- cgit v1.3.1-4-g156e