summaryrefslogtreecommitdiff
path: root/shim/devenv.yaml
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-11 01:50:29 +0700
committerpolwex <polwex@sortug.com>2025-09-11 01:50:29 +0700
commit91b15ad49092c314dd6d3483aec47f0be7a37506 (patch)
tree9a0b040ed6e1c2793e4f9fc269a5d6118b16e453 /shim/devenv.yaml
parentb1d68ac307ed87d63e83820cbdf843fff0fd9f7f (diff)
ihategit
Diffstat (limited to 'shim/devenv.yaml')
-rw-r--r--shim/devenv.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/shim/devenv.yaml b/shim/devenv.yaml
new file mode 100644
index 0000000..116a2ad
--- /dev/null
+++ b/shim/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