Loading pkgs/build-support/writers/scripts.nix +0 −11 Original line number Diff line number Diff line Loading @@ -438,7 +438,6 @@ rec { '' ``` ::: */ writeDashBin = name: writeDash "/bin/${name}"; Loading Loading @@ -472,7 +471,6 @@ rec { '' ``` ::: */ writeFish = name: argsOrScript: Loading Loading @@ -521,7 +519,6 @@ rec { '' ``` ::: */ writeFishBin = name: writeFish "/bin/${name}"; Loading Loading @@ -718,7 +715,6 @@ rec { writeLua takes a name an attributeset with libraries and some lua source code and returns an executable (should also work with luajit) # Examples :::{.example} ## `pkgs.writers.writeLua` usage example Loading Loading @@ -773,7 +769,6 @@ rec { writeJS takes a name an attributeset with libraries and some JavaScript sourcecode and returns an executable # Inputs `name` Loading @@ -788,7 +783,6 @@ rec { : 3\. Function argument # Examples :::{.example} ## `pkgs.writers.writeJS` usage example Loading Loading @@ -853,7 +847,6 @@ rec { writePerl takes a name an attributeset with libraries and some perl sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePerl` usage example Loading Loading @@ -890,7 +883,6 @@ rec { which validates the script with flake8 at build time. If any libraries are specified, python.withPackages is used as interpreter, otherwise the "bare" python is used. # Inputs `python` Loading Loading @@ -950,7 +942,6 @@ rec { writePyPy2 takes a name an attributeset with libraries and some pypy2 sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePyPy2` usage example Loading Loading @@ -979,7 +970,6 @@ rec { writePython3 takes a name an attributeset with libraries and some python3 sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePython3` usage example Loading @@ -1006,7 +996,6 @@ rec { writePyPy3 takes a name an attributeset with libraries and some pypy3 sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePyPy3` usage example Loading Loading
pkgs/build-support/writers/scripts.nix +0 −11 Original line number Diff line number Diff line Loading @@ -438,7 +438,6 @@ rec { '' ``` ::: */ writeDashBin = name: writeDash "/bin/${name}"; Loading Loading @@ -472,7 +471,6 @@ rec { '' ``` ::: */ writeFish = name: argsOrScript: Loading Loading @@ -521,7 +519,6 @@ rec { '' ``` ::: */ writeFishBin = name: writeFish "/bin/${name}"; Loading Loading @@ -718,7 +715,6 @@ rec { writeLua takes a name an attributeset with libraries and some lua source code and returns an executable (should also work with luajit) # Examples :::{.example} ## `pkgs.writers.writeLua` usage example Loading Loading @@ -773,7 +769,6 @@ rec { writeJS takes a name an attributeset with libraries and some JavaScript sourcecode and returns an executable # Inputs `name` Loading @@ -788,7 +783,6 @@ rec { : 3\. Function argument # Examples :::{.example} ## `pkgs.writers.writeJS` usage example Loading Loading @@ -853,7 +847,6 @@ rec { writePerl takes a name an attributeset with libraries and some perl sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePerl` usage example Loading Loading @@ -890,7 +883,6 @@ rec { which validates the script with flake8 at build time. If any libraries are specified, python.withPackages is used as interpreter, otherwise the "bare" python is used. # Inputs `python` Loading Loading @@ -950,7 +942,6 @@ rec { writePyPy2 takes a name an attributeset with libraries and some pypy2 sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePyPy2` usage example Loading Loading @@ -979,7 +970,6 @@ rec { writePython3 takes a name an attributeset with libraries and some python3 sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePython3` usage example Loading @@ -1006,7 +996,6 @@ rec { writePyPy3 takes a name an attributeset with libraries and some pypy3 sourcecode and returns an executable # Examples :::{.example} ## `pkgs.writers.writePyPy3` usage example Loading