aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-07-18 20:32:54 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-07-18 20:34:36 +0200
commit8757281467fef1dffcc348aa307a9aca5b5c6856 (patch)
tree6818b14b69649479539de0f55bebb2343e4f6e4f /flake.nix
parentdec81c4f274dd8388d442062cf9fa18600aa850d (diff)
downloadPrismLauncher-8757281467fef1dffcc348aa307a9aca5b5c6856.tar.gz
PrismLauncher-8757281467fef1dffcc348aa307a9aca5b5c6856.tar.bz2
PrismLauncher-8757281467fef1dffcc348aa307a9aca5b5c6856.zip
fix(nix): switch to PolyMC libnbtplusplus
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c2fdffda..51bc1fda 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };
- libnbtplusplus = { url = "github:multimc/libnbtplusplus"; flake = false; };
+ libnbtplusplus = { url = "github:PolyMC/libnbtplusplus"; flake = false; };
};
outputs = { self, nixpkgs, libnbtplusplus, ... }: