feat: Nix flake build for Darwin #23
|
@ -22,10 +22,11 @@
|
||||||
cmake
|
cmake
|
||||||
nodejs_23
|
nodejs_23
|
||||||
pnpm
|
pnpm
|
||||||
|
typst
|
||||||
|
|
||||||
ispell
|
ispell
|
||||||
biber
|
biber
|
||||||
lilypond-with-fonts
|
lilypond-unstable-with-fonts
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
imagemagick
|
imagemagick
|
||||||
|
@ -35,6 +36,9 @@
|
||||||
python312Packages.pygments
|
python312Packages.pygments
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
lilypond-with-fonts
|
||||||
|
];
|
||||||
|
|
||||||
# Auto upgrade nix package and the daemon service.
|
# Auto upgrade nix package and the daemon service.
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in New Issue