Update docs
This commit is contained in:
9
docs/shell.nix
Normal file
9
docs/shell.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell rec {
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
doxygen
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user