diff options
Diffstat (limited to 'pack/default.nix')
-rw-r--r-- | pack/default.nix | 5 |
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; }; } |