Skip to content

Commit

Permalink
readme: add Nix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leif committed Jun 17, 2023
1 parent 1594864 commit 7fd5f2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ And then build the Android APK:

gogio -arch arm64,amd64 -x -target android -appid chat.katzen -version 1 -signkey sign.keystore -signpass YOURPASSWORD .

#### Building for NixOS

We have not tested on NixOS, but this command might work? Please open a pull
request to remove this caveat if you try it and find out that it does :)

nix build --extra-experimental-features flakes \
--extra-experimental-features nix-command \
github:katzenpost/katzen/nix -L

(The `nix` branch above should be removed when this gets merged to main.)

## Run it

Usage of ./katzen:
Expand Down

0 comments on commit 7fd5f2f

Please sign in to comment.