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