namespaced-openvpn: migrate to by-name

(cherry picked from commit 9be717162a)
This commit is contained in:
TomaSajt 2026-06-15 16:55:38 +02:00
commit 6845c6efce
No known key found for this signature in database
GPG key ID: F011163C050122A1
2 changed files with 0 additions and 2 deletions

View file

@ -2875,8 +2875,6 @@ with pkgs;
inherit (llvmPackages) stdenv;
};
namespaced-openvpn = callPackage ../tools/networking/namespaced-openvpn { };
update-dotdee = with python3Packages; toPythonApplication update-dotdee;
update-nix-fetchgit = haskell.lib.compose.justStaticExecutables haskellPackages.update-nix-fetchgit;