fix bin name search

This commit is contained in:
mjallen18
2025-02-20 11:42:34 -06:00
parent d79d19b215
commit f34701bcbe
2 changed files with 5 additions and 34 deletions

View File

@@ -265,11 +265,6 @@ in {
else pkgs.${name};
description = "Emulator package";
};
binaryName = mkOption {
type = types.str;
default = "";
description = "Name of the emulator binary (defaults to automatically detected from package)";
};
romFolder = mkOption {
type = types.str;
default = "";