aboutsummaryrefslogtreecommitdiff
path: root/devenv.yaml
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-03-15 20:54:50 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-03-15 20:54:50 +0200
commit6fba7b70a5f9583dfca6a3df15d7f6d0c46dae39 (patch)
tree9d1104ae8dd69167bf031b4ca17695e728b32c16 /devenv.yaml
downloadhello_test-master.tar.gz
hello_test-master.tar.bz2
hello_test-master.zip
feat: init projectHEADmaster
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