This repository has no description
504 B
18 lines
1# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
2inputs:
3 nixpkgs:
4 url: github:cachix/devenv-nixpkgs/rolling
5
6# If you're using non-OSS software, you can set allow_unfree to true.
7# allow_unfree: true
8
9# If you're not willing to allow unsupported packages:
10# allow_unsupported_system: false
11
12# If you're willing to use a package that's vulnerable
13# permitted_insecure_packages:
14# - "openssl-1.1.1w"
15
16# If you have more than one devenv you can merge them
17#imports:
18# - ./backend