[Package/Optimizations] Fix optimization helpers and add automatic parallelization options

This commit is contained in:
Antoine Viallon 2022-10-07 22:52:27 +02:00
parent e05ab538c3
commit 3167a6b678
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 11 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, myLib, ... }:
with lib;
let
cfg = config.aviallon.programs;