Skip to content

Commit

Permalink
vector-im -> element-hq
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jun 12, 2024
1 parent 87f08c4 commit 04c1922
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 @@ -40,7 +40,7 @@ installer](https://github.com/DeterminateSystems/nix-installer?tab=readme-ov-fil
Then at the root of your local Synapse checkout, run the following command:

```shell
nix develop impure github:vector-im/nix-flakes#synapse
nix develop impure github:element-hq/nix-flakes#synapse
```

Dependencies will be downloaded and installed for you, and you'll be dropped
Expand All @@ -60,7 +60,7 @@ the desired project development environment by installing `direnv` and creating
a `.envrc` file with the following contents:

```
use flake --impure github:vector-im/nix-flakes#synapse
use flake --impure github:element-hq/nix-flakes#synapse
```

Place that file at the root of your Synapse checkout, and run `direnv allow`.
Expand All @@ -74,7 +74,7 @@ with the dependencies of multiple projects available in it.
### Referencing in a downstream flake

As an alternative to telling your users to write out
`github:vector-im/nix-flakes#synapse`, you can create your own nix flake
`github:element-hq/nix-flakes#synapse`, you can create your own nix flake
(`flake.nix` file) that references it instead. Then, you need only do `nix
develop --impure` in your project's directory; which by default looks for a
flake at `./flake.nix`.
Expand All @@ -86,7 +86,7 @@ provided by this flake's outputs:
{
inputs = {
# A repository of nix development environment flakes.
element-nix-flakes.url = "github:vector-im/nix-flakes";
element-nix-flakes.url = "github:element-hq/nix-flakes";
};
outputs = { self, element-nix-flakes, ... }:
Expand Down

0 comments on commit 04c1922

Please sign in to comment.