···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:cachix/devenv-nixpkgs/rolling
55-66-# If you're using non-OSS software, you can set allowUnfree to true.
77-# allowUnfree: true
88-99-# If you're willing to use a package that's vulnerable
1010-# permittedInsecurePackages:
1111-# - "openssl-1.1.1w"
1212-1313-# If you have more than one devenv you can merge them
1414-#imports:
1515-# - ./backend