cloudflare-warp: wrap warp-cli to fix browser opening (#404308)

This commit is contained in:
Aleksana
2025-05-18 18:23:03 +08:00
committed by GitHub
@@ -107,6 +107,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/warp-svc --prefix PATH : ${lib.makeBinPath [ nftables ]}
wrapProgram $out/bin/warp-cli --prefix PATH : ${lib.makeBinPath [ desktop-file-utils ]}
'';
doInstallCheck = true;