1

System: Replace usage of "system" alias with "pkgs.stdenv.hostPlatform.system"

This commit is contained in:
2025-11-24 15:57:10 +01:00
parent a9c55ead9b
commit f28fdfabca
5 changed files with 32 additions and 30 deletions

View File

@ -12,9 +12,11 @@ in {
config = lib.mkIf docs.enable {
home = {
packages = with pkgs; [
texliveFull
inkscape
typst
texliveFull # TODO: LaTeX packages
typst # TODO: Typst packages
];
file = {