···11+export DIRENV_WARN_TIMEOUT=20s
22+33+eval "$(devenv direnvrc)"
44+55+# The use_devenv function supports passing flags to the devenv command
66+# For example: use devenv --impure --option services.postgres.enable:bool true
77+use devenv
···11+# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
22+inputs:
33+ nixpkgs:
44+ url: github:NixOS/nixpkgs/nixos-unstable
55+# If you're using non-OSS software, you can set allowUnfree to true.
66+# allowUnfree: true
77+88+# If you're willing to use a package that's vulnerable
99+# permittedInsecurePackages:
1010+# - "openssl-1.1.1w"
1111+1212+# If you have more than one devenv you can merge them
1313+#imports:
1414+# - ./backend