1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Disable OpenASAR since it is breaking

This commit is contained in:
RGBCube 2023-11-24 11:12:46 +03:00
parent 600f4246aa
commit 6a88dc4c8a
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
with pkgs; homePackages "nixos" [ with pkgs; homePackages "nixos" [
(discord.override { (discord.override {
withOpenASAR = true; # withOpenASAR = true;
withVencord = true; withVencord = true;
}) })
] ]