aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 702f4cf..4b3d4b3 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -70,4 +70,5 @@ rec {
70 }; 70 };
71 71
72 fiche = callPackage ./fiche { inherit mylibs; }; 72 fiche = callPackage ./fiche { inherit mylibs; };
73 zrepl = callPackage ./zrepl {};
73} 74}