refactor(lib): remove unnecessary getMainProgram
This commit is contained in:
parent
61fc330d10
commit
adf130936f
2 changed files with 1 additions and 3 deletions
|
@ -27,6 +27,4 @@ rec {
|
|||
replaceStrings
|
||||
[ "." ] [ "" ]
|
||||
(strings.sanitizeDerivationName (removePrefix "/" name));
|
||||
|
||||
getMainProgram = package: "${package}/bin/${attrByPath ["meta" "mainProgram"] package.pname package}";
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue