Commit Graph

27 Commits

Author SHA1 Message Date
tv
d1424777b5 writeGawk{,Bin}: init 2023-01-31 21:44:41 +01:00
tv
09c6cc17f0 writeDeno: use writeTextFile
This fixes writeDenoText, as toFile doesn't like slashes.
2022-12-12 16:06:38 +01:00
7b14238984 pkgs.pkgconfig -> pkgs.pkg-config 2022-12-12 15:39:48 +01:00
0dfe1e1d87 remove python2 2022-12-12 15:39:48 +01:00
tv
f65c77bdcc pkgs: add writeDeno{,Bin} 2022-11-29 22:17:01 +01:00
tv
c528cf970e writeNginxConfig: delete empty lines
(cherry picked from commit cf2c6f3dd35d2cb3adb23f5a4ab2ed4684b43e7d)
2019-04-02 20:05:33 +02:00
Tom Bereknyei
a0470b456a writeC: use clang for OSX compatibility 2019-04-02 20:03:15 +02:00
tv
d856f05daf pkgs: add writeNginxConfig 2019-03-20 18:28:28 +01:00
jeschli
566830bb18 writeDash: documentation 2018-10-27 16:39:12 +02:00
cbd5ff05f3 writeC: documentation 2018-10-27 16:04:42 +02:00
tv
fc8a3802a0 pkgs: use comments uniformly 2018-10-27 14:45:48 +02:00
40fde9eaad implement writeBash with makeScriptWriter 2018-10-27 13:17:34 +02:00
1cfb083a20 pkgs: document makeScriptwriter, write & writeBash 2018-10-27 13:17:34 +02:00
jeschli
582dceee4d Add introduction 2018-10-27 12:37:26 +02:00
tv
0660cc1a11 Merge remote-tracking branch 'lass/master' 2018-09-25 20:38:14 +02:00
79ab2c27f9 pkgs: add writeJS{,Bin} 2018-09-23 13:11:50 +02:00
9cd634f650 pkgs: add writePerl{,Bin} 2018-09-16 16:47:24 +02:00
tv
c27a9416e8 pkgs: execve -> exec 2018-09-16 01:44:08 +02:00
lassulus
f765bef6be pkgs.writeHaskell: fix typo in args 2018-09-06 21:42:20 +02:00
tv
7cde80bc46 pkgs.writeC: add support for libraries 2018-09-06 21:39:01 +02:00
tv
a5dd57dd48 pkgs.writeC: drop support for nixpkgs<18.03 2018-09-06 21:25:58 +02:00
Ingolf Wagner
b8e4324642 writePython{2,3} : fixed compile errors 2018-09-04 04:31:24 +02:00
Ingolf Wagner
bd003832d2 fixed writePython{2,3}{,Bin}
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" {} '' ... ''
```
2018-09-02 18:17:12 +02:00
4d0829328e pkgs: add writeHaskell 2018-06-18 15:24:41 +02:00
0f52d5461a pkgs: writeHaskell -> writeHaskellPackage 2018-06-17 22:10:49 +02:00
4d86790456 pkgs.writePython*: normalize arguments 2018-06-13 20:59:21 +02:00
tv
394590c4b3 import writers from stockholm 0bc2409 2018-06-12 20:08:24 +02:00