Skip to content

Commit

Permalink
README: use extra-substituters
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Jan 20, 2024
1 parent c68661f commit edeb4e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ I just made this to be able to run [dendrite-demo-pinecone](https://github.com/m
```sh
nix-env \
-if https://github.com/bbigras/dendrite-demo-pinecone/tarball/master \
--substituters https://dendrite-demo-pinecone.cachix.org \
--trusted-public-keys dendrite-demo-pinecone.cachix.org-1:qgybhOM1X0JikTrvpYo1HwtsXT2ee+6ajbmCjCns4yI=
--extra-substituters https://dendrite-demo-pinecone.cachix.org \
--extra-trusted-public-keys dendrite-demo-pinecone.cachix.org-1:qgybhOM1X0JikTrvpYo1HwtsXT2ee+6ajbmCjCns4yI=
```

## Run

with `nix run` (nix flakes)
```sh
nix run \
--substituters https://dendrite-demo-pinecone.cachix.org \
--trusted-public-keys dendrite-demo-pinecone.cachix.org-1:qgybhOM1X0JikTrvpYo1HwtsXT2ee+6ajbmCjCns4yI= \
--extra-substituters https://dendrite-demo-pinecone.cachix.org \
--extra-trusted-public-keys dendrite-demo-pinecone.cachix.org-1:qgybhOM1X0JikTrvpYo1HwtsXT2ee+6ajbmCjCns4yI= \
github:bbigras/dendrite-demo-pinecone -- \
-peer wss://pinecone.matrix.org/public \
-listen :<some_port>
Expand Down

0 comments on commit edeb4e1

Please sign in to comment.