mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
* core: import and export of chat archive * export chat archive * import archive, support starting chat after it is stopped * test for maintenance mode * test/fix archive with files * prevent starting chat after chat database was deleted or imported * update simplexmq
15 lines
260 B
Markdown
15 lines
260 B
Markdown
# Updating nix package config
|
|
|
|
1. Install `nix`, `gawk` and `jq`.
|
|
|
|
2. Start nix-shell from repo root:
|
|
|
|
```sh
|
|
nix-shell -p nix-prefetch-git
|
|
```
|
|
|
|
3. Run in nix shell:
|
|
|
|
```sh
|
|
gawk -f ./scripts/nix/update-sha256.awk cabal.project > ./scripts/nix/sha256map.nix
|
|
```
|