File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,23 +57,23 @@ Want to start a new Phoenix project? Don't have a global install of Elixir/Mix?
5757This 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
7979At 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";
Original file line number Diff line number Diff line change 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 } ;
Original file line number Diff line number Diff line change 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 } ;
You can’t perform that action at this time.
0 commit comments