mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ci): build
This commit is contained in:
parent
dc6b335423
commit
7b647b96f1
14 changed files with 208 additions and 80 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue