nixpkgs.noto-fonts-emoji -> noto-fonts-color-emoji
All checks were successful
CI / smoke-test (push) Successful in 2s

This commit is contained in:
Roland Conybeare 2026-05-25 15:36:56 -04:00
commit 34d426da8e

View file

@ -42,12 +42,15 @@ let
fontDirectories = [
pkgs.inconsolata-lgc
pkgs.noto-fonts
pkgs.noto-fonts-emoji
pkgs.noto-fonts-color-emoji
pkgs.dejavu_fonts
];
};
# xo deps
# xo deps.
# (we don't need this for nix-build.
# load-bearing for nix development shell driving a cmake build)
#
xodeps = [
pkgs.python3Packages.python
# note: pybind11 won't build on roly-chicago-24a in nix sandbox, runs out of pty devices
@ -722,7 +725,7 @@ in
# fonts for imgui
pkgs.noto-fonts
pkgs.noto-fonts-emoji
pkgs.noto-fonts-color-emoji
pkgs.dejavu_fonts
];