Files
config.phundrak.com/devenv.yaml
T

19 lines
504 B
YAML
Raw Normal View History

2025-05-24 21:40:08 +02:00
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
2026-06-24 10:57:57 +02:00
# If you're using non-OSS software, you can set allow_unfree to true.
# allow_unfree: true
# If you're not willing to allow unsupported packages:
# allow_unsupported_system: false
2025-05-24 21:40:08 +02:00
# If you're willing to use a package that's vulnerable
2026-06-24 10:57:57 +02:00
# permitted_insecure_packages:
2025-05-24 21:40:08 +02:00
# - "openssl-1.1.1w"
# If you have more than one devenv you can merge them
#imports:
# - ./backend