diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-09-04 19:23:25 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | ac30150a9bf0f064133edc9317796bb0788e117b (patch) | |
| tree | c6d56bf0e0aa753c1147afcc26d8b0ca9592e834 | |
| parent | b1d2874f45c1c866fdd3da5ca0be12825505064e (diff) | |
fix(v2raya): use xray instead of v2ray
| -rw-r--r-- | overlays/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 { # ... # }); |
