cloudflare-warp: wrap warp-cli to fix browser opening

This commit is contained in:
Marcus Ramberg
2025-05-05 09:45:17 +02:00
parent 7b616e2913
commit 331d67aed2
@@ -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;