aboutsummaryrefslogtreecommitdiff
path: root/npmPackages/index.nix
diff options
context:
space:
mode:
Diffstat (limited to 'npmPackages/index.nix')
-rw-r--r--npmPackages/index.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/npmPackages/index.nix b/npmPackages/index.nix
index 24720f3..fa87248 100644
--- a/npmPackages/index.nix
+++ b/npmPackages/index.nix
@@ -3,6 +3,7 @@ self: super:
let
inherit (super) callPackage;
in {
+ ansi-styles = callPackage ./ansi-styles {};
async-foreach = callPackage ./async-foreach {};
chartjs-color-string = callPackage ./chartjs-color-string {};
color-convert = callPackage ./color-convert {};