# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
  nixpkgs:
    url: github:cachix/devenv-nixpkgs/rolling
  shared:
    url: github:digital-blueprint/shared
    flake: false

  git-hooks:
    url: github:cachix/git-hooks.nix
    inputs:
      nixpkgs:
        follows: nixpkgs
imports:
  - shared/common
  - shared/dbp-app
  - shared/playwright
