From ac30150a9bf0f064133edc9317796bb0788e117b Mon Sep 17 00:00:00 2001 From: spl3g Date: Wed, 4 Sep 2024 19:23:25 +0300 Subject: fix(v2raya): use xray instead of v2ray --- overlays/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/default.nix b/overlays/default.nix index 52fd0ee..73aaacd 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -8,6 +8,7 @@ # 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