diff options
author | Linnnus <[email protected]> | 2024-11-17 07:21:30 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-11-17 07:21:30 +0100 |
commit | 9d7af0876ca7fbe137150f280db8bafbfa65afa7 (patch) | |
tree | 064eeddebfba3b26b013648e9005a708df423264 /pkgs/default.nix | |
parent | eb3c2a300a4df97f2b0231f9706f0f402c6c8597 (diff) |
pkgs: Add echoargs
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 d7a9f19..d0dafaa 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -29,6 +29,8 @@ pkgs: { nowrap = pkgs.callPackage ./nowrap {}; + echoargs = pkgs.callPackage ./echoargs {}; + # 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. |