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

Revert "Disable OpenASAR since it is breaking"

This reverts commit 6a88dc4c8a.
This commit is contained in:
RGBCube 2023-11-24 11:15:33 +03:00
parent 6a88dc4c8a
commit 4b1253da45
No known key found for this signature in database

View file

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