diff options
author | Ben Sima <ben@bsima.me> | 2019-03-02 16:54:23 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-02 16:54:23 -0800 |
commit | 3d0df3ed30014f22574af4b390553930ef7cbb7f (patch) | |
tree | fd72c076d495d10b5f12e72934953478c8f758f8 /default.nix | |
parent | 189ae4dd8845ebd0967578accd03a77071ab2732 (diff) |
Flesh out build topology
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..543f571 --- /dev/null +++ b/default.nix @@ -0,0 +1,4 @@ +{ +depo = import ./depo; +pack = import ./pack; +} |