diff options
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index d0dafaa..4737efb 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -9,8 +9,6 @@ pkgs: { mcping = pkgs.callPackage ./mcping {}; - watch-while = pkgs.callPackage ./watch-while {}; - # This is not wrapping the YaLafi python library, just a particular example # from the repo where they spellcheck LaTex files. yalafi-shell = pkgs.callPackage ./yalafi-shell {}; |