aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-31 16:41:47 +0900
committernsfisis <nsfisis@gmail.com>2025-08-31 16:41:47 +0900
commit54699e921e23a684c711773b123c1bcfecd91ae0 (patch)
tree606ac78296ecc82b6ab215931951073c9188c1c3 /.envrc
parentc84b5ccd48ca188f439cde3e5cdac95d26ed0be3 (diff)
downloadducc-54699e921e23a684c711773b123c1bcfecd91ae0.tar.gz
ducc-54699e921e23a684c711773b123c1bcfecd91ae0.tar.zst
ducc-54699e921e23a684c711773b123c1bcfecd91ae0.zip
feat: add Nix support
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