Skip to content

Commit 88ab39b

Browse files
committed
chore: update repo name
1 parent 7f9c69b commit 88ab39b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,23 @@ Want to start a new Phoenix project? Don't have a global install of Elixir/Mix?
5757
This can help. Pairs well with flake templates below.
5858

5959
```shell
60-
nix run github:mhanberg/nix-beam-flakes#phx_new -- --help
60+
nix run github:elixir-tools/nix-beam-flakes#phx_new -- --help
6161
```
6262

6363
#### livebook
6464

6565
```shell
66-
nix run github:mhanberg/nix-beam-flakes#livebook -- server
66+
nix run github:elixir-tools/nix-beam-flakes#livebook -- server
6767
```
6868

6969
## Usage
7070

7171
### Via Flake Template
7272

7373
```shell
74-
nix flake init -t github:mhanberg/nix-beam-flakes#default
74+
nix flake init -t github:elixir-tools/nix-beam-flakes#default
7575
# or
76-
nix flake init -t github:mhanberg/nix-beam-flakes#phoenix
76+
nix flake init -t github:elixir-tools/nix-beam-flakes#phoenix
7777
```
7878

7979
At the time of writing there is no meaningful distinction between the two, but
@@ -92,7 +92,7 @@ A complete example:
9292
description = "My Elixir application";
9393
9494
inputs = {
95-
beam-flakes.url = "github:mhanberg/nix-beam-flakes";
95+
beam-flakes.url = "github:elixir-tools/nix-beam-flakes";
9696
beam-flakes.inputs.flake-parts.follows = "flake-parts";
9797
flake-parts.url = "github:hercules-ci/flake-parts";
9898
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

templates/default/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
beam-flakes = {
6-
url = "github:mhanberg/nix-beam-flakes";
6+
url = "github:elixir-tools/nix-beam-flakes";
77
inputs.flake-parts.follows = "flake-parts";
88
inputs.nixpkgs.follows = "nixpkgs";
99
};

templates/phoenix/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
beam-flakes = {
6-
url = "github:mhanberg/nix-beam-flakes";
6+
url = "github:elixir-tools/nix-beam-flakes";
77
inputs.flake-parts.follows = "flake-parts";
88
inputs.nixpkgs.follows = "nixpkgs";
99
};

0 commit comments

Comments
 (0)