Skip to content

Commit 32db16e

Browse files
committed
Reenable proto-js-bundle for aarch64-darwin
1 parent f01880a commit 32db16e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

flake.nix

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -291,24 +291,20 @@
291291
};
292292
}
293293
// {
294-
packages =
295-
{wasm-typedoc = wasm-typedoc-drv;}
296-
// lib.optionalAttrs (system != "aarch64-darwin") {
297-
proto-js-bundle = proto-js-bundle-drv;
298-
};
294+
packages = {
295+
wasm-typedoc = wasm-typedoc-drv;
296+
proto-js-bundle = proto-js-bundle-drv;
297+
};
299298
};
300299
legacyPackages = {
301300
inherit cabalProject nixpkgs;
302301
# also provide hydraJobs through legacyPackages to allow building without system prefix:
303302
inherit hydraJobs;
304303
};
305-
packages =
306-
lib.optionalAttrs (system != "aarch64-darwin") {
307-
proto-js-bundle = proto-js-bundle-drv;
308-
}
309-
// {
310-
wasm-typedoc = wasm-typedoc-drv;
311-
};
304+
packages = {
305+
proto-js-bundle = proto-js-bundle-drv;
306+
wasm-typedoc = wasm-typedoc-drv;
307+
};
312308
devShells = let
313309
# profiling shell
314310
profilingShell = p: {

0 commit comments

Comments
 (0)