diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-18 20:32:54 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-18 20:34:36 +0200 |
commit | 8757281467fef1dffcc348aa307a9aca5b5c6856 (patch) | |
tree | 6818b14b69649479539de0f55bebb2343e4f6e4f /flake.nix | |
parent | dec81c4f274dd8388d442062cf9fa18600aa850d (diff) | |
download | PrismLauncher-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, ... }: |