summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pkgs.pkgconfig -> pkgs.pkg-configHEADmasterlassulus2022-12-121-2/+2
|
* remove python2lassulus2022-12-124-28/+0
|
* pkgs: add writeDeno{,Bin}tv2022-11-291-0/+14
|
* writeNginxConfig: delete empty linestv2019-04-021-0/+1
| | | | (cherry picked from commit cf2c6f3dd35d2cb3adb23f5a4ab2ed4684b43e7d)
* writeC: use clang for OSX compatibilityTom Bereknyei2019-04-021-3/+5
|
* pkgs: add writeNginxConfigtv2019-03-201-0/+9
|
* Merge pull request #3 from krebs/write_dashLassulus2018-10-271-0/+6
|\ | | | | writeDash: documentation
| * writeDash: documentationjeschli2018-10-271-0/+6
|/
* Merge pull request #2 from krebs/write_c_v2Lassulus2018-10-271-4/+19
|\ | | | | merge documentation
| * writeC: documentationlassulus2018-10-271-4/+19
|/
* pkgs: use comments uniformlytv2018-10-271-50/+52
|
* implement writeBash with makeScriptWriterlassulus2018-10-271-8/+3
|
* pkgs: document makeScriptwriter, write & writeBashlassulus2018-10-271-0/+31
|
* add default.nixlassulus2018-10-271-0/+3
|
* update README.mdlassulus2018-10-271-4/+10
|
* Add introductionjeschli2018-10-271-0/+19
|
* Merge remote-tracking branch 'lass/master'tv2018-09-254-0/+145
|\
| * pkgs: add writeJS{,Bin}lassulus2018-09-234-0/+27
| |
| * examples/simple: more descriptive nameslassulus2018-09-231-5/+5
| |
| * add ci.nixlassulus2018-09-161-0/+26
| |
| * pkgs: add writePerl{,Bin}lassulus2018-09-163-0/+24
| |
| * add exampleslassulus2018-09-112-0/+68
| |
* | pkgs: execve -> exectv2018-09-161-7/+13
|/
* pkgs.writeHaskell: fix typo in argslassulus2018-09-061-2/+2
|
* pkgs.writeC: add support for librariestv2018-09-061-2/+17
|
* pkgs.writeC: drop support for nixpkgs<18.03tv2018-09-061-6/+5
|
* writePython{2,3} : fixed compile errorsIngolf Wagner2018-09-041-2/+2
|
* fixed writePython{2,3}{,Bin}Ingolf Wagner2018-09-021-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}tv2018-08-241-0/+13
|
* pkgs: add writeHaskelllassulus2018-06-181-0/+15
|
* pkgs: writeHaskell -> writeHaskellPackagelassulus2018-06-171-1/+1
|
* pkgs.writePython*: normalize argumentslassulus2018-06-131-8/+8
|
* Add README.mdIngolf Wagner2018-06-121-0/+49
| | | | containing very simple introductions
* lib.types: add pathnametv2018-06-121-0/+15
|
* import writers from stockholm 0bc2409tv2018-06-123-0/+365