···11+export DIRENV_WARN_TIMEOUT=20s
22+eval "$(devenv direnvrc)"
33+44+# The use_devenv function supports passing flags to the devenv command
55+# For example: use devenv --impure --option services.postgres.enable:bool true
66+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+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
+8
justfile
···11+open:
22+ zellij --layout zellij-layout.kdl
33+44+debug:
55+ cargo run
66+77+release:
88+ cargo run --release