calyx-vpn: migrate to by-name

This commit is contained in:
Guy Chronister
2026-05-28 22:21:52 +02:00
committed by Weijia Wang
parent d70501ed66
commit e5c916e9b7
2 changed files with 7 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
{
riseup-vpn,
}:
riseup-vpn.override {
provider = "calyx";
}
-4
View File
@@ -2052,10 +2052,6 @@ with pkgs;
bluetooth_battery = python3Packages.callPackage ../applications/misc/bluetooth_battery { };
calyx-vpn = qt6Packages.callPackage ../tools/networking/bitmask-vpn {
provider = "calyx";
};
cffconvert = python3Packages.toPythonApplication python3Packages.cffconvert;
clickhouse-lts = callPackage ../by-name/cl/clickhouse/lts.nix { };