tweak(flake): switch to nixpkgs PolyMC

This commit is contained in:
Infinidoge 2022-01-31 22:47:30 -05:00
parent 911d8538fa
commit 1850439ead

View file

@ -47,7 +47,7 @@
# --- Application-Specific Flake Inputs # --- Application-Specific Flake Inputs
# # --- PolyMC # # --- PolyMC
polymc.url = "github:PolyMC/PolyMC"; # polymc.url = "github:PolyMC/PolyMC";
# # --- Powercord # # --- Powercord
powercord = { url = "github:powercord-org/powercord"; flake = false; }; powercord = { url = "github:powercord-org/powercord"; flake = false; };
@ -160,7 +160,7 @@
# --- Application-Specific Overlays # --- Application-Specific Overlays
inputs.powercord-overlay.overlay inputs.powercord-overlay.overlay
inputs.polymc.overlay # inputs.polymc.overlay
]; ];
}; };
latest = { }; latest = { };