summaryrefslogtreecommitdiff
path: root/devenv.yaml
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-19 20:19:27 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-19 20:19:27 +0100
commit2306e4e6912930c83917c8abce03106a85931e4e (patch)
treeeeb7883ff9d4903165a07aefaf96dd3f96de4d81 /devenv.yaml
parent97a3274a775d0fbd8f5fb3ad16c3381caab83251 (diff)
override global gitignore
Diffstat (limited to 'devenv.yaml')
-rw-r--r--devenv.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/devenv.yaml b/devenv.yaml
new file mode 100644
index 0000000..116a2ad
--- /dev/null
+++ b/devenv.yaml
@@ -0,0 +1,15 @@
+# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
+inputs:
+ nixpkgs:
+ url: github:cachix/devenv-nixpkgs/rolling
+
+# If you're using non-OSS software, you can set allowUnfree to true.
+# allowUnfree: true
+
+# If you're willing to use a package that's vulnerable
+# permittedInsecurePackages:
+# - "openssl-1.1.1w"
+
+# If you have more than one devenv you can merge them
+#imports:
+# - ./backend