something small i cnat remember

This commit is contained in:
2024-12-31 22:39:44 +01:00
parent 1ba9ce1ce6
commit fe9ede71a9
8 changed files with 261 additions and 234 deletions

View File

@@ -27,7 +27,7 @@ in {
else if variant == "ptb"
then [pkgs.discord-ptb]
else if variant == "canary"
then [pkgs.discord-canary]
then [(pkgs.discord-canary.override {withOpenASAR = true;})]
else if variant == "vesktop"
then [pkgs.vesktop]
else throw "Unknown package variant: ${variant}";