Skip to content

Commit

Permalink
docs: mention nix os packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jul 24, 2023
1 parent 414dda6 commit 84eaa60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ there are up-to-date packages (deb/rpm/pkgbuild) in the

[opensuse build system](https://software.opensuse.org/download.html?project=graphics%3Adarktable%3Amaster&package=vkdt)

also there are [nixos packages](https://search.nixos.org/packages?channel=unstable&show=vkdt) `vkdt`
and `vkdt-wayland` which you can use to try out/run on any linux distro, for instance:
```
nix-shell -p vkdt
```


## build instructions

you should have checked out this repo recursively. if not, do
Expand Down

0 comments on commit 84eaa60

Please sign in to comment.