You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am basically doing this already here, but I wonder if there is a better way to do it that could be generalized so we could call it on a flakes packages output.
Essentially I am checking if a derivation has a bin directory in its outpath, and if so, calling mkApp on it. This requires building the derivation, which will fail on other systems, so I perform the check only on the version of the package for the currently running system.