Update docs

This commit is contained in:
2022-03-04 16:24:28 +01:00
parent c25d6b3c18
commit 436bd543ad
4 changed files with 7 additions and 11 deletions

9
docs/shell.nix Normal file
View File

@@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell rec {
buildInputs = with pkgs; [
doxygen
];
}