diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-13 19:36:04 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-13 19:36:04 +0200 |
commit | d9c1d466d2d10bb4b479c170139ddaae7cb49779 (patch) | |
tree | 51edbff7eea76e3efc601320a6ac4243aa074d56 /devenv.yaml | |
download | py-genesis-test-master.tar.gz py-genesis-test-master.tar.bz2 py-genesis-test-master.zip |
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 |