···240240 font_weight = null;
241241 };
242242 "embedded" = {
243243- color = "#d003e2"; # Unmodified
243243+ color = "#f59762"; # Only place i found this is when doing shell inline commands for nix postInstall script like <($out
244244 font_style = null;
245245 font_weight = null;
246246 };
+1-1
lib/default.nix
···5050 (lib.mapAttrs (
5151 name: value:
5252 if builtins.elem name excl then
5353- (import value)
5353+ (import value { })
5454 else
5555 (import src.flake-compat {
5656 src = builtins.path {