diff options
| author | garder500 <jeremy27.clara22@gmail.com> | 2025-10-26 13:59:20 +0100 |
|---|---|---|
| committer | garder500 <jeremy27.clara22@gmail.com> | 2025-10-26 13:59:20 +0100 |
| commit | 57dd1077ef027c083b6b688b384b66b36431b738 (patch) | |
| tree | 8c70dd0858fee41f53e3f7596ac98d544847e096 /devenv.yaml | |
| parent | 20fc0691d0ce93476f51d4718bf9f343d470f13b (diff) | |
Ajout de la configuration de l'environnement de développement et mise à jour du README avec des informations sur Sovrabase.
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 |
