feat: devenv env to reproduce typst requirements

This commit is contained in:
2026-05-25 14:41:53 +02:00
parent 02d99a15a0
commit fbd9d7391f
6 changed files with 159 additions and 10192 deletions

18
resume/devenv.yaml Normal file
View File

@ -0,0 +1,18 @@
# 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 not willing to allow unsupported packages:
# allowUnsupportedSystem: false
# 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