aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-03 13:27:40 +0900
committernsfisis <nsfisis@gmail.com>2026-01-03 13:27:40 +0900
commitc5d7583bd9febdbb70322c08fc4cacdf2c7d11e5 (patch)
tree6657f991b85592b10d6641426c088d6b6256281a /.envrc
parentb11ca3a10d6c3a229fcb83d3969f52f5e9e55d72 (diff)
downloadTaPL-impls-c5d7583bd9febdbb70322c08fc4cacdf2c7d11e5.tar.gz
TaPL-impls-c5d7583bd9febdbb70322c08fc4cacdf2c7d11e5.tar.zst
TaPL-impls-c5d7583bd9febdbb70322c08fc4cacdf2c7d11e5.zip
set up nix flake
Diffstat (limited to '.envrc')
-rw-r--r--.envrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..2fe7020
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,5 @@
+# shellcheck shell=bash
+if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
+ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
+fi
+use flake