Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | writeDeno: use writeTextFile3.6.1 | tv | 2022-12-12 | 1 | -1/+1 |
| | | | | This fixes writeDenoText, as toFile doesn't like slashes. | ||||
* | pkgs.pkgconfig -> pkgs.pkg-config3.6.0 | lassulus | 2022-12-12 | 1 | -2/+2 |
| | |||||
* | remove python2 | lassulus | 2022-12-12 | 4 | -28/+0 |
| | |||||
* | pkgs: add writeDeno{,Bin}3.5.0 | tv | 2022-11-29 | 1 | -0/+14 |
| | |||||
* | writeNginxConfig: delete empty linesv3.4.0 | tv | 2019-04-02 | 1 | -0/+1 |
| | | | | (cherry picked from commit cf2c6f3dd35d2cb3adb23f5a4ab2ed4684b43e7d) | ||||
* | writeC: use clang for OSX compatibility | Tom Bereknyei | 2019-04-02 | 1 | -3/+5 |
| | |||||
* | pkgs: add writeNginxConfigv3.3.0 | tv | 2019-03-20 | 1 | -0/+9 |
| | |||||
* | Merge pull request #3 from krebs/write_dash | Lassulus | 2018-10-27 | 1 | -0/+6 |
|\ | | | | | writeDash: documentation | ||||
| * | writeDash: documentation | jeschli | 2018-10-27 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #2 from krebs/write_c_v2 | Lassulus | 2018-10-27 | 1 | -4/+19 |
|\ | | | | | merge documentation | ||||
| * | writeC: documentation | lassulus | 2018-10-27 | 1 | -4/+19 |
|/ | |||||
* | pkgs: use comments uniformlyv3.2.0 | tv | 2018-10-27 | 1 | -50/+52 |
| | |||||
* | implement writeBash with makeScriptWriter | lassulus | 2018-10-27 | 1 | -8/+3 |
| | |||||
* | pkgs: document makeScriptwriter, write & writeBash | lassulus | 2018-10-27 | 1 | -0/+31 |
| | |||||
* | add default.nix | lassulus | 2018-10-27 | 1 | -0/+3 |
| | |||||
* | update README.md | lassulus | 2018-10-27 | 1 | -4/+10 |
| | |||||
* | Add introduction | jeschli | 2018-10-27 | 1 | -0/+19 |
| | |||||
* | Merge remote-tracking branch 'lass/master'v3.1.0ni/master | tv | 2018-09-25 | 4 | -0/+145 |
|\ | |||||
| * | pkgs: add writeJS{,Bin}v2.2.0lass/masterlass/ciderp2 | lassulus | 2018-09-23 | 4 | -0/+27 |
| | | |||||
| * | examples/simple: more descriptive names | lassulus | 2018-09-23 | 1 | -5/+5 |
| | | |||||
| * | add ci.nix | lassulus | 2018-09-16 | 1 | -0/+26 |
| | | |||||
| * | pkgs: add writePerl{,Bin} | lassulus | 2018-09-16 | 3 | -0/+24 |
| | | |||||
| * | add examples | lassulus | 2018-09-11 | 2 | -0/+68 |
| | | |||||
* | | pkgs: execve -> execv3.0.0palo/master | tv | 2018-09-16 | 1 | -7/+13 |
|/ | |||||
* | pkgs.writeHaskell: fix typo in argsv2.1.0lass/tvlass/newestlass/lassulus | lassulus | 2018-09-06 | 1 | -2/+2 |
| | |||||
* | pkgs.writeC: add support for libraries | tv | 2018-09-06 | 1 | -2/+17 |
| | |||||
* | pkgs.writeC: drop support for nixpkgs<18.03 | tv | 2018-09-06 | 1 | -6/+5 |
| | |||||
* | writePython{2,3} : fixed compile errorsv2.0.1palo/fix-python | Ingolf Wagner | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | fixed writePython{2,3}{,Bin}v2.0.0palo/fix-writePython | Ingolf Wagner | 2018-09-02 | 1 | -6/+8 |
| | | | | | | | | | | | | | moved deps (and additional rarely used parameters in an attribute set) now you have to do instead of: ``` writePython2Bin "foo.py" [] '' ... '' ``` this: ``` writePython2Bin "foo.py" {} '' ... '' ``` | ||||
* | lib.types: add haskell.{conid,modid}v1.0.0 | tv | 2018-08-24 | 1 | -0/+13 |
| | |||||
* | pkgs: add writeHaskell | lassulus | 2018-06-18 | 1 | -0/+15 |
| | |||||
* | pkgs: writeHaskell -> writeHaskellPackage | lassulus | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | pkgs.writePython*: normalize arguments | lassulus | 2018-06-13 | 1 | -8/+8 |
| | |||||
* | Add README.md | Ingolf Wagner | 2018-06-12 | 1 | -0/+49 |
| | | | | containing very simple introductions | ||||
* | lib.types: add pathname | tv | 2018-06-12 | 1 | -0/+15 |
| | |||||
* | import writers from stockholm 0bc2409 | tv | 2018-06-12 | 3 | -0/+365 |