SimpleX-Chat/scripts/nix
Evgeny Poberezkin 02ca7234fb
use SQLCipher (#981)
* use SQLCipher

* pass encryption key via CLI options

* update dependencies to use git

* add CONTRIBUTING.md

* move flag, enable build in sqlcipher branch

* update dependencies
2022-08-30 12:49:07 +01:00
..
direct-sqlite-2.3.26.patch move nix files to folder (#520) 2022-04-11 15:53:44 +01:00
entropy.patch move nix files to folder (#520) 2022-04-11 15:53:44 +01:00
README.md Export & import storage archive (#726) 2022-06-06 16:23:47 +01:00
sha256map.nix use SQLCipher (#981) 2022-08-30 12:49:07 +01:00
update-sha256.awk move nix files to folder (#520) 2022-04-11 15:53:44 +01:00

Updating nix package config

  1. Install nix, gawk and jq.

  2. Start nix-shell from repo root:

nix-shell -p nix-prefetch-git
  1. Run in nix shell:
gawk -f ./scripts/nix/update-sha256.awk cabal.project > ./scripts/nix/sha256map.nix