tvl-depot/nix
Profpatsch 3fd583d27c feat(nix/writeExecline): add writeExecline
This is a writer, similar to `pkgs.writeBashScript` or
`pkgs.writers.writePython3`.

The difference is that we can correctly write all execline scripts by
using nix lists of lists, so the user doesn’t have to care about
escaping arguments (like they have to in bash scripts with
`lib.escapeShellArg` for example).

Change-Id: I2f2874cf61170ddca07b89b692f762725f4a75dc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/625
Reviewed-by: Kane York <rikingcoding@gmail.com>
Reviewed-by: tazjin <mail@tazj.in>
2020-06-27 17:52:14 +00:00
..
binify feat(nix/binify): add binify 2020-06-27 03:42:05 +00:00
buildGo fix(nix/buildGo): Fix import of buildGo in example file 2020-06-15 16:50:54 +00:00
buildLisp chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
buildTypedGo fix(buildTypedGo): Pass correct arguments to .package 2020-06-19 15:25:11 +00:00
readTree fix(nix/readTree): Ignore hidden files and directories 2020-06-13 20:08:05 +00:00
tailscale chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
writeExecline feat(nix/writeExecline): add writeExecline 2020-06-27 17:52:14 +00:00
yants docs(nix/yants): Mention Yants subtree split in README 2020-05-16 12:37:12 +01:00