Fix shell.nix

This commit is contained in:
Max Dexheimer 2026-01-20 17:09:01 +01:00
parent a88cb2d14d
commit 4e4d85bc59

View file

@ -14,7 +14,7 @@ in
lcms2
xxHash
simde
go_1_23
go_1_24
matplotlib
]
++ optionals stdenv.isDarwin [
@ -84,6 +84,7 @@ in
# Add fonts by hand
if [ ! -e ./fonts/SymbolsNerdFontMono-Regular.ttf ]; then
mkdir -p ./fonts/
cp "${nerd-fonts.symbols-only}/share/fonts/truetype/NerdFonts/Symbols/SymbolsNerdFontMono-Regular.ttf" ./fonts/
fi
''
@ -95,6 +96,7 @@ in
# Add fonts by hand
if [ ! -e ./fonts/SymbolsNerdFontMono-Regular.ttf ]; then
mkdir -p ./fonts/
cp "${nerd-fonts.symbols-only}/share/fonts/truetype/NerdFonts/Symbols/SymbolsNerdFontMono-Regular.ttf" ./fonts/
fi
'';