aboutsummaryrefslogtreecommitdiff
path: root/packages/nix/NIX.md
diff options
context:
space:
mode:
authorcidkid <67574902+cidkidnix@users.noreply.github.com>2022-01-09 08:37:47 -0600
committerGitHub <noreply@github.com>2022-01-09 08:37:47 -0600
commit9bd86f84ded95b1f6d333deff2ef7aa04e38d9c4 (patch)
treeb97967bd170564d6aa8179b79bdba58a33099c6b /packages/nix/NIX.md
parent0ce1b68261d70a8e6009335c59442d4d3508ac65 (diff)
downloadPrismLauncher-9bd86f84ded95b1f6d333deff2ef7aa04e38d9c4.tar.gz
PrismLauncher-9bd86f84ded95b1f6d333deff2ef7aa04e38d9c4.tar.bz2
PrismLauncher-9bd86f84ded95b1f6d333deff2ef7aa04e38d9c4.zip
nix: make sure tarball is pointed to proper repo
Co-authored-by: Louis Bettens <lourkeur@users.noreply.github.com>
Diffstat (limited to 'packages/nix/NIX.md')
-rw-r--r--packages/nix/NIX.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nix/NIX.md b/packages/nix/NIX.md
index d9a8a884..f778dac1 100644
--- a/packages/nix/NIX.md
+++ b/packages/nix/NIX.md
@@ -24,7 +24,7 @@ or alternatively you can use
```
nixpkgs.overlays = [
- (import (builtins.fetchTarball "https://github.com/lourkeur/PolyMC/archive/develop.tar.gz")).overlay
+ (import (builtins.fetchTarball "https://github.com/PolyMC/PolyMC/archive/develop.tar.gz")).overlay
];
environment.systemPackages = with pkgs; [ polymc ];