snix/nix
Vincent Ambo 2fa157ccd6 fix(readTree): Apply .skip-subtree to Nix-file children as well
This behaviour was previously confusing, since readTree's data
structure treats children from Nix files and directories as identical
but only one of them would be affected by .skip-subtree

The "subtree" to be skipped here refers to all children of the
structure.

Change-Id: Idf596c9823f09cc2acf49523916bde4b801b8519
2021-12-08 18:22:00 +00:00
..
binify
bufCheck refactor(bufCheck): Assume bufCheck is run in depot checkout 2021-08-29 12:41:07 +00:00
buildGo
buildLisp fix(nix/buildLisp): preserve argv[0] in buildLisp.program 2021-09-12 21:39:49 +00:00
buildManPages
drvSeqL feat(nix/drvSeqL): make build of a drv depend on unrelated drvs 2021-02-14 12:40:06 +00:00
emptyDerivation
escapeExecline
getBins
mergePatch
netstring
nint feat(nix/nint): accept attribute set with stdout, stderr and exit 2021-09-18 11:56:22 +00:00
readTree fix(readTree): Apply .skip-subtree to Nix-file children as well 2021-12-08 18:22:00 +00:00
renderMarkdown chore(nix/renderMarkdown): Move out of //users/tazjin 2021-10-19 11:47:38 +00:00
runExecline feat(users/Profpatsch/blog): implement blog engine lol 2021-04-30 21:47:42 +00:00
runTestsuite fix(nix/runTestsuite): don't crash on big test suites 2021-11-25 12:15:35 +01:00
sparseTree feat(nix/sparseTree): allow specifying subtrees as relative paths 2021-10-10 10:03:03 +00:00
tag refactor(nix/tag): use throw over lib.assertMsg 2021-10-24 20:25:10 +00:00
tailscale
utils refactor(readTree): Move 'drvTargets' into readTree 2021-11-23 14:42:08 +00:00
writeElispBin
writeExecline
writers refactor(readTree): Move 'drvTargets' into readTree 2021-11-23 14:42:08 +00:00
writeScript
writeScriptBin
yants
OWNERS