Add docs make-target

This commit is contained in:
Tobias Reisinger 2024-01-11 23:31:41 +01:00
parent b5eaaead9b
commit 8eef9ffb24
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 13 additions and 6 deletions

View file

@ -2,5 +2,6 @@ with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
bashly
pandoc
];
}