query
On this page

writePython3Bin

pkgs.writers.writePython3Bin

Functor
Docs pulled from | This Revision | 18 days ago


Nixpkgs manual

writePython3Bin takes the same arguments as writePython3 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.

writePython3Bin = name: writePython3 "/bin/${name}";