From c9af4dd8d83bd02b9507fe9e056fa0ac5f608540 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 16 Nov 2024 13:36:59 +0100 Subject: pkgs: Add nowrap --- pkgs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index bc17038..d7a9f19 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -27,6 +27,8 @@ pkgs: { disable-sleep = pkgs.callPackage ./disable-sleep {}; + nowrap = pkgs.callPackage ./nowrap {}; + # 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. -- cgit v1.2.3