Skip to content

Commit 1aeacde

Browse files
authored
Merge pull request #4 from DioKyrie-Git/develop
Update README.md for NixOS ot point to Unlocked repository
2 parents 26de12b + 47dc304 commit 1aeacde

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

nix/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Example (NixOS):
2222

2323
### Installing the package directly
2424

25-
After adding `github:unmojang/FjordLauncher` to your flake inputs, you can access the flake's `packages` output.
25+
After adding `github:hero-persson/FjordLauncherUnlocked` to your flake inputs, you can access the flake's `packages` output.
2626

2727
Example:
2828

@@ -32,7 +32,7 @@ Example:
3232
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
3333
3434
fjordlauncher = {
35-
url = "github:unmojang/FjordLauncher";
35+
url = "github:hero-persson/FjordLauncherUnlocked";
3636
3737
# Optional: Override the nixpkgs input of fjordlauncher to use the same revision as the rest of your flake
3838
# Note that this may break the reproducibility mentioned above, and you might not be able to access the binary cache
@@ -77,7 +77,7 @@ Example:
7777
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
7878
7979
fjordlauncher = {
80-
url = "github:unmojang/FjordLauncher";
80+
url = "github:hero-persson/FjordLauncherUnlocked";
8181
8282
# Optional: Override the nixpkgs input of fjordlauncher to use the same revision as the rest of your flake
8383
# Note that this may break the reproducibility mentioned above, and you might not be able to access the binary cache
@@ -114,11 +114,11 @@ You can simply call the default package of this flake.
114114
Example:
115115

116116
```shell
117-
nix run github:unmojang/FjordLauncher
117+
nix run github:hero-persson/FjordLauncherUnlocked
118118

119-
nix shell github:unmojang/FjordLauncher
119+
nix shell github:hero-persson/FjordLauncherUnlocked
120120

121-
nix profile install github:unmojang/FjordLauncher
121+
nix profile install github:hero-persson/FjordLauncherUnlocked
122122
```
123123

124124
## Installing a development release (without flakes)
@@ -184,7 +184,7 @@ You can add this repository as a channel and install its packages that way.
184184
Example:
185185

186186
```shell
187-
nix-channel --add https://github.com/unmojang/FjordLauncher/archive/develop.tar.gz fjordlauncher
187+
nix-channel --add https://github.com/hero-persson/FjordLauncherUnlocked/archive/develop.tar.gz fjordlauncher
188188

189189
nix-channel --update fjordlauncher
190190

0 commit comments

Comments
 (0)