clan-core/docs/nix/shell.nix

2 lines
61 B
Nix

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