doc: add nix version info

This commit is contained in:
eymeric
2024-06-06 17:29:00 +02:00
parent ed6b78022a
commit 1393afc146

View File

@@ -57,6 +57,7 @@ conda install -c bkryza/label/clang-uml clang-uml
#### Nix #### Nix
You can use the version packaged in nixpkgs like this: 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 ```bash
nix-shell -p clang-uml nix-shell -p clang-uml
``` ```