query
On this page

writeNimBin

pkgs.writers.writeNimBin

Functor
Docs pulled from | This Revision | about 1 hour 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}";