From 333d8401b6af3e6212d8c3523a035d2b40343406 Mon Sep 17 00:00:00 2001 From: spl3g Date: Fri, 27 Dec 2024 00:57:06 +0300 Subject: fix: replace v2raya core override with a proper option --- overlays/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'overlays') diff --git a/overlays/default.nix b/overlays/default.nix index 73aaacd..52fd0ee 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -8,7 +8,6 @@ # You can change versions, add patches, set compilation flags, anything really. # https://nixos.wiki/wiki/Overlays modifications = final: prev: { - v2raya = prev.v2raya.override { v2ray = prev.xray; }; # example = prev.example.overrideAttrs (oldAttrs: rec { # ... # }); -- cgit v1.2.3