fix(nix): add dart-sass runtime dep

This commit is contained in:
Conroy Cheers
2025-11-14 10:40:24 +11:00
parent e05dab3ed6
commit 523af750b0
+3 -1
View File
@@ -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
]
}
)