add audio-abtest script

This commit is contained in:
xunuwu 2025-07-28 19:22:57 +02:00
parent c1a1a53fab
commit 185a14fee8
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 12 additions and 0 deletions

View file

@ -4,5 +4,6 @@
ida-pro = pkgs.callPackage ./ida-pro {};
cartograph-cf = pkgs.callPackage ./cartograph-cf {};
keyboard-state = pkgs.callPackage ./keyboard-state {};
audio-abtest = pkgs.callPackage ./audio-abtest {};
};
}