upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-09 07:24:55 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-09 07:24:55 +0000
commit6bc2d70f6dd351521e522cc4d0f1ac188848ad26 (patch)
treec4253c9e8f45f51e386b79ffbb66c320f5fd8e57
parent92bfbd3f67622bbbc77c3cd0dec78f5a5015742b (diff)
build: add .envrc to use nix flake
-rw-r--r--.envrc1
-rw-r--r--.gitignore5
2 files changed, 5 insertions, 1 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..8392d15
--- /dev/null
+++ b/.envrc
@@ -0,0 +1 @@
use flake \ No newline at end of file
diff --git a/.gitignore b/.gitignore
index f509de7..ef2cbe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,7 @@ work/*
11 11
12# Environment and data 12# Environment and data
13.env 13.env
14data/ \ No newline at end of file 14data/
15
16# direnv directory - used by nix
17.direnv \ No newline at end of file