summaryrefslogtreecommitdiff
path: root/pack/default.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-03 12:35:24 -0700
committerBen Sima <ben@bsima.me>2019-05-03 12:35:24 -0700
commit2f017e1b0926d3141067f0a5bc810be32c335e61 (patch)
tree0700cf55c7ca9901ed14e4d4a770e9b6fe7bd01f /pack/default.nix
parenteeedd370e3fe84f2701307587cd19650dbd1fd04 (diff)
start prototyping duree
Diffstat (limited to 'pack/default.nix')
-rw-r--r--pack/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pack/default.nix b/pack/default.nix
index a5a1313..3e7ff2d 100644
--- a/pack/default.nix
+++ b/pack/default.nix
@@ -2,8 +2,9 @@
}:
{
- fathom = import ./fathom.nix { inherit nixpkgs; };
- ibb = import ./ibb.nix { inherit nixpkgs; };
bs = import ./bs.nix { inherit nixpkgs; };
cmdwave = import ./cmdwave.nix { inherit nixpkgs; };
+ duree = import ./duree.nix { inherit nixpkgs; };
+ fathom = import ./fathom.nix { inherit nixpkgs; };
+ ibb = import ./ibb.nix { inherit nixpkgs; };
}