docs: clean up directory structure

This commit is contained in:
Johannes Kirschbauer
2024-04-13 14:42:37 +02:00
parent 4b152ddd5e
commit 77921f9c79
23 changed files with 10 additions and 12 deletions

1
docs/nix/shell.nix Normal file
View File

@@ -0,0 +1 @@
{ docs, pkgs, ... }: pkgs.mkShell { inputsFrom = [ docs ]; }