simplify nix instructions

This commit is contained in:
jacekpoz 2024-04-25 23:20:07 +02:00
parent e693260eff
commit 574b8aed21
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -9,18 +9,7 @@ make
./target/osu++
```
or if you're cool and use nix
```
nix build
./result/bin/osu++
```
alternatively
```
nix run
```
there's also a flake with a shell and package - if you know nix you know what to do with those
## TODO