refactor(lib): remove unnecessary getMainProgram

This commit is contained in:
Infinidoge 2023-03-29 16:25:15 -04:00
parent 61fc330d10
commit adf130936f
2 changed files with 1 additions and 3 deletions

View file

@ -27,6 +27,4 @@ rec {
replaceStrings
[ "." ] [ "" ]
(strings.sanitizeDerivationName (removePrefix "/" name));
getMainProgram = package: "${package}/bin/${attrByPath ["meta" "mainProgram"] package.pname package}";
})