From 1850439eadfd893e197ecfa2d04ef5904d9099e3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 31 Jan 2022 22:47:30 -0500 Subject: [PATCH] tweak(flake): switch to nixpkgs PolyMC --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e75d65f..48e7143 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ # --- Application-Specific Flake Inputs # # --- PolyMC - polymc.url = "github:PolyMC/PolyMC"; + # polymc.url = "github:PolyMC/PolyMC"; # # --- Powercord powercord = { url = "github:powercord-org/powercord"; flake = false; }; @@ -160,7 +160,7 @@ # --- Application-Specific Overlays inputs.powercord-overlay.overlay - inputs.polymc.overlay + # inputs.polymc.overlay ]; }; latest = { };