···11+# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
22+inputs:
33+ nixpkgs:
44+ url: github:cachix/devenv-nixpkgs/rolling
55+66+# If you're using non-OSS software, you can set allow_unfree to true.
77+# allow_unfree: true
88+99+# If you're not willing to allow unsupported packages:
1010+# allow_unsupported_system: false
1111+1212+# If you're willing to use a package that's vulnerable
1313+# permitted_insecure_packages:
1414+# - "openssl-1.1.1w"
1515+1616+# If you have more than one devenv you can merge them
1717+#imports:
1818+# - ./backend