query
On this page

writeBabashkaBin

pkgs.writers.writeBabashkaBin

Functor
Docs pulled from | This Revision | 10 minutes ago


writeBabashkaBin takes the same arguments as writeBabashka but outputs a directory (like writeScriptBin)


Noogle detected

This is a Functor

Learn about functors

Implementation

The following is the current implementation of this function.

writeBabashkaBin = name: writeBabashka "/bin/${name}";