doc: add nixpkgs avalability

This commit is contained in:
eymeric
2024-06-06 15:26:36 +02:00
parent 6a1322b04c
commit ed6b78022a

View File

@@ -56,7 +56,15 @@ conda install -c bkryza/label/clang-uml clang-uml
#### Nix #### Nix
You can use the version packaged in nixpkgs like this:
```bash ```bash
nix-shell -p clang-uml
```
Or you can build it by yourself
```bash
# To build it by yourself
git clone https://github.com/bkryza/clang-uml git clone https://github.com/bkryza/clang-uml
# To build using nix flakes # To build using nix flakes