From 523af750b00702a46fa9cb789743df343b56f262 Mon Sep 17 00:00:00 2001 From: Conroy Cheers Date: Fri, 14 Nov 2025 10:40:24 +1100 Subject: [PATCH] fix(nix): add dart-sass runtime dep --- nix/colorshell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/colorshell.nix b/nix/colorshell.nix index 5851bd6..585884d 100644 --- a/nix/colorshell.nix +++ b/nix/colorshell.nix @@ -11,6 +11,7 @@ glib, gjs, libadwaita, + dart-sass, socat, }: let @@ -165,8 +166,9 @@ buildNpmPackage (finalAttrs: { --prefix PATH : ${ lib.makeBinPath [ # runtime executables - socat + dart-sass glib + socat ] } )