aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/default.nix1
1 files changed, 0 insertions, 1 deletions
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 {
# ...
# });