diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-19 21:00:15 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-19 21:00:15 +0100 |
commit | 74f86ab57f824f4f446d6f102ae8ad0038be5de1 (patch) | |
tree | 0f7cb742509173bbb6b7de9e90b3744d01798022 /devenv.yaml | |
parent | 1231141941fba320e038175792e213dc26a8636c (diff) |
blerah
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 |