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 7c120a8..f567104 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -75,5 +75,6 @@ rec {
75 }; 75 };
76 76
77 fiche = callPackage ./fiche { inherit mylibs; }; 77 fiche = callPackage ./fiche { inherit mylibs; };
78 woob = python3Packages.callPackage ./woob {};
78 zrepl = callPackage ./zrepl {}; 79 zrepl = callPackage ./zrepl {};
79} 80}