no prefix in tap iface name

This commit is contained in:
sagar 2025-07-14 21:28:28 +00:00
parent ce06064fcf
commit e644f35cce
3 changed files with 14 additions and 1 deletions

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
fetchSubmodules = true;
};
patches = [ ./ipb-profile-key.patch ];
patches = [ ./patches/ipb-profile-key.patch ./patches/tap-name-no-prefix.patch ];
nativeBuildInputs = with pkgs; [
cmake