diff options
author | Linnnus <[email protected]> | 2024-11-16 13:36:59 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-11-16 13:36:59 +0100 |
commit | c9af4dd8d83bd02b9507fe9e056fa0ac5f608540 (patch) | |
tree | 242cb2dfbf59adbc66da8a4a6b69f4f7531db3c0 /pkgs/default.nix | |
parent | 18336d643163a6b339f6198c7f53b109ee58bdf7 (diff) |
pkgs: Add nowrap
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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. |