diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-09T10·58+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-09T10·58+0000 |
commit | e9431682b2da6fc5085961e42b654bb8b833b879 (patch) | |
tree | a5cbac7bffbbc5a777b4a2dd9eb895cf76ac94a3 /read-tree.nix | |
parent | a1ac598fa0782e22c9fb9c27719a50e543757f41 (diff) |
refactor: Move CI setup to separate Nix file r/111
Instead of polluting the repository namespace with the list of CI projects, move that to a separate file. Currently the list of projects to be built by CI is still hardcoded, but this will be fixed soon.
Diffstat (limited to 'read-tree.nix')
-rw-r--r-- | read-tree.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/read-tree.nix b/read-tree.nix index 2e182dfbdeef..8aa504efc21a 100644 --- a/read-tree.nix +++ b/read-tree.nix @@ -1,5 +1,7 @@ -# TODO(tazjin): if there's a default.nix, keep traversing but don't import .nix files? # TODO(tazjin): avoid {} by only calling functions *after* checking what they are +# TODO(tazjin): add an attribute to derivations that have children to +# indicate that traversal should continue for ... traversal use-cases +# (such as CI package filtering) args: initPath: |