File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 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 : {
You can’t perform that action at this time.
0 commit comments