From def9bd7eae3008e8392fcc2281bda00e2a6edb56 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 Mar 2023 17:27:30 +0100 Subject: [PATCH] Remove inputs from prismlaucnher --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7be55aa..83d012e 100644 --- a/flake.nix +++ b/flake.nix @@ -32,9 +32,9 @@ # PrismLauncher (git version of PrismLauncher) prismlauncher = { url = github:PrismLauncher/PrismLauncher; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-compat.follows = "flake-compat"; - inputs.libnbtplusplus.follows = "libnbtplusplus"; + #inputs.nixpkgs.follows = "nixpkgs"; + #inputs.flake-compat.follows = "flake-compat"; + #inputs.libnbtplusplus.follows = "libnbtplusplus"; }; libnbtplusplus = { url = github:PrismLauncher/libnbtplusplus;