summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-11-16 11:55:22 +0100
committerLinnnus <[email protected]>2024-11-16 11:55:36 +0100
commite396c06c4c2b9f8d47162dcd20155ec09163cb3b (patch)
treef1f9d2cb2003b798d71a0c950666f4aa4d770909 /pkgs/default.nix
parentef360099f4c2e4e59e9f9cad75be9fd65ee6a82c (diff)
muhammed: Add cscript
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 c8b08a7..6419d47 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -21,6 +21,8 @@ pkgs: {
vemf = pkgs.callPackage ./vemf {};
+ cscript = pkgs.callPackage ./cscript {};
+
# 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.