devenv.yaml 595 B

1234567891011121314151617181920212223
  1. # yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
  2. inputs:
  3. # For NodeJS-22 and above
  4. nixpkgs:
  5. url: github:NixOS/nixpkgs/nixpkgs-unstable
  6. # nixpkgs:
  7. # url: github:cachix/devenv-nixpkgs/rolling
  8. fenix:
  9. url: github:nix-community/fenix
  10. inputs:
  11. nixpkgs:
  12. follows: nixpkgs
  13. # If you're using non-OSS software, you can set allowUnfree to true.
  14. allowUnfree: true
  15. # If you're willing to use a package that's vulnerable
  16. # permittedInsecurePackages:
  17. # - "openssl-1.1.1w"
  18. # If you have more than one devenv you can merge them
  19. #imports:
  20. # - ./backend