writeNimBin
pkgs.writers.writeNimBin
Functor
Docs pulled from | This Revision | 44 minutes ago
writeNimBin takes the same arguments as writeNim 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.
writeNimBin = name: writeNim "/bin/${name}";