From 9d7af0876ca7fbe137150f280db8bafbfa65afa7 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 17 Nov 2024 07:21:30 +0100 Subject: pkgs: Add echoargs --- 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 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. -- cgit v1.2.3