Files
clan-core/docs/shell.nix
2024-04-12 17:13:11 +02:00

2 lines
61 B
Nix

{ docs, pkgs, ... }: pkgs.mkShell { inputsFrom = [ docs ]; }