mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 01:49:22 +08:00
flake.lib.buildNixpkgsConfig: downgrade typst
This commit is contained in:
@@ -79,6 +79,7 @@ in platformConfig //
|
||||
buildInputs = prev.buildInputs or [] ++ [ final.localPackages.lsf final.libnsl ];
|
||||
});
|
||||
cpptrace = prev.cpptrace.overrideAttrs (prev: { doCheck = !final.stdenv.hostPlatform.isStatic; });
|
||||
typst = final.pkgs-2505.typst;
|
||||
}
|
||||
// (
|
||||
let
|
||||
@@ -104,6 +105,7 @@ in platformConfig //
|
||||
})
|
||||
];
|
||||
};
|
||||
pkgs-2505 = "nixpkgs-2505";
|
||||
};
|
||||
packages = name:
|
||||
let flakeSource = inputs.topInputs.${source.${name}.source or source.${name}};
|
||||
|
||||
2
nixpkgs
2
nixpkgs
Submodule nixpkgs updated: 21421e1d37...ae0b0157cb
Reference in New Issue
Block a user