enable building with nix

This commit is contained in:
eymeric
2024-04-08 22:47:59 +02:00
parent 31d8f4d773
commit e3fd1382e9
6 changed files with 146 additions and 0 deletions

View File

@@ -53,6 +53,17 @@ conda config --set channel_priority strict
conda install -c bkryza/label/clang-uml clang-uml
```
#### nix
```bash
nix build
```
Or if you have flake enabled, you can also run
```bash
nix run github:/bkryza/clang-uml
```
#### Windows
Download and run the latest Windows installer from