podcast manager
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 allowUnfree to true.
7# allowUnfree: true
8
9# If you're willing to use a package that's vulnerable
10# permittedInsecurePackages:
11# - "openssl-1.1.1w"
12
13# If you have more than one devenv you can merge them
14#imports:
15# - ./backend