From 50e870cdef443dac353912768293638df6cacd39 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 1 Nov 2022 12:14:49 -0400 Subject: [PATCH] tweak(gaming): use nixpkgs Prism Launcher --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index fc8c65a..109e7bd 100644 --- a/flake.nix +++ b/flake.nix @@ -46,8 +46,6 @@ # # --- Minecraft nix-minecraft.url = "github:Infinidoge/nix-minecraft/develop"; nix-minecraft.inputs.nixpkgs.follows = "nixos"; - prismlauncher.url = "github:PrismLauncher/PrismLauncher"; - prismlauncher.inputs.nixpkgs.follows = "nixos"; # # --- Rust fenix.url = "github:nix-community/fenix"; @@ -80,7 +78,6 @@ # --- Domain-Specific Overlays inputs.nix-minecraft.overlay - inputs.prismlauncher.overlay inputs.fenix.overlay ]; };