summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 6419d47..c97f271 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -23,6 +23,8 @@ pkgs: {
cscript = pkgs.callPackage ./cscript {};
+ human-sleep = pkgs.callPackage ./human-sleep {};
+
# TODO: These should be contained in the 'vimPlugins' attrset. This turns out
# to be non-trivial because this module is both consumed in a flake output
# context and an overlay context.