devenv.yaml 409 B

123456789101112131415
  1. # yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
  2. inputs:
  3. nixpkgs:
  4. url: github:cachix/devenv-nixpkgs/rolling
  5. # If you're using non-OSS software, you can set allowUnfree to true.
  6. # allowUnfree: true
  7. # If you're willing to use a package that's vulnerable
  8. # permittedInsecurePackages:
  9. # - "openssl-1.1.1w"
  10. # If you have more than one devenv you can merge them
  11. #imports:
  12. # - ./backend