diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-24 22:41:15 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-24 22:41:15 +0200 |
commit | 2df06be1ce3b8693d50dbbadc4e47e2be2d6b0fd (patch) | |
tree | 471df5f92e0c607d2f54d7ff98036c92b6fce60a /devenv.yaml | |
download | tree-rs-2df06be1ce3b8693d50dbbadc4e47e2be2d6b0fd.tar.gz tree-rs-2df06be1ce3b8693d50dbbadc4e47e2be2d6b0fd.tar.bz2 tree-rs-2df06be1ce3b8693d50dbbadc4e47e2be2d6b0fd.zip |
init: init project
Diffstat (limited to 'devenv.yaml')
-rw-r--r-- | devenv.yaml | 15 |
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 |