12 lines
271 B
YAML
12 lines
271 B
YAML
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
|
|
inputs:
|
|
nixpkgs:
|
|
url: github:cachix/devenv-nixpkgs/rolling
|
|
|
|
nixpkgs:
|
|
permittedInsecurePackages:
|
|
- "olm-3.2.16"
|
|
|
|
# If you have more than one devenv you can merge them
|
|
#imports:
|
|
# - ./backend
|