doc: add nix version info

This commit is contained in:
eymeric 2024-06-06 17:29:00 +02:00
parent ed6b78022a
commit 1393afc146
No known key found for this signature in database

View File

@ -57,6 +57,7 @@ conda install -c bkryza/label/clang-uml clang-uml
#### Nix
You can use the version packaged in nixpkgs like this:
Currently clang-uml version 0.5.1 is available in nixos-unstable and nixos-24.05
```bash
nix-shell -p clang-uml
```