Unverified Commit 94b6d81e authored by seth's avatar seth
Browse files

vesktop: don't use system vencord by default

parent 82b30128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
, withTTS ? true
  # Enables the use of vencord from nixpkgs instead of
  # letting vesktop manage it's own version
, withSystemVencord ? true
, withSystemVencord ? false
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vesktop";