update build command to work without flake

Co-authored-by: uku <hi@uku.moe>
This commit is contained in:
eymeric
2024-04-11 11:22:03 +02:00
parent 0da2585c3f
commit 42c9fa4579

View File

@@ -56,7 +56,8 @@ conda install -c bkryza/label/clang-uml clang-uml
#### nix
```bash
nix build
git clone https://github.com/bkryza/clang-uml
nix-build -E 'with import <nixpkgs> { }; callPackage ./packaging/nix { }'
```
Or if you have flake enabled, you can also run