query
On this page

writeGuileBin

pkgs.writers.writeGuileBin

Functor
Docs pulled from | This Revision | about 1 hour ago


writeGuileBin takes the same arguments as writeGuile 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.

writeGuileBin = name: writeGuile "/bin/${name}";