fix(ci): build

This commit is contained in:
arcnmx 2024-01-27 20:50:01 -08:00
parent dc6b335423
commit 7b647b96f1
14 changed files with 208 additions and 80 deletions

View file

@ -8,16 +8,14 @@ inputs.flake-utils.lib.eachDefaultSystem (system: {
(import ./local)
(import ./lib)
inputs.deploy-rs.overlay
inputs.arcexprs.overlays.default
(final: prev: {
jemalloc =
if final.hostPlatform != "aarch64-darwin"
then prev.jemalloc
else null;
})
]
++ (map (path: import "${path}/overlay.nix") [
inputs.arcexprs
]);
];
config = {
allowUnfree = true;
allowBroken = true;