clan-core/docs/nix/shell.nix

2 lines
61 B
Nix
Raw Normal View History

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