flake.lib.buildNixpkgsConfig: downgrade typst

This commit is contained in:
2026-01-06 20:54:48 +08:00
parent 48cd33e478
commit 6d11d3232f
2 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ in platformConfig //
buildInputs = prev.buildInputs or [] ++ [ final.localPackages.lsf final.libnsl ]; buildInputs = prev.buildInputs or [] ++ [ final.localPackages.lsf final.libnsl ];
}); });
cpptrace = prev.cpptrace.overrideAttrs (prev: { doCheck = !final.stdenv.hostPlatform.isStatic; }); cpptrace = prev.cpptrace.overrideAttrs (prev: { doCheck = !final.stdenv.hostPlatform.isStatic; });
typst = final.pkgs-2505.typst;
} }
// ( // (
let let
@@ -104,6 +105,7 @@ in platformConfig //
}) })
]; ];
}; };
pkgs-2505 = "nixpkgs-2505";
}; };
packages = name: packages = name:
let flakeSource = inputs.topInputs.${source.${name}.source or source.${name}}; let flakeSource = inputs.topInputs.${source.${name}.source or source.${name}};

Submodule nixpkgs updated: 21421e1d37...ae0b0157cb