5 Commits

Author SHA1 Message Date
ed0cda5eda Add missing pre/postInstall hooks to intel 2023
All checks were successful
CI / build:all (pull_request) Successful in 10m47s
2025-10-07 17:17:13 +02:00
be4eca6adc Trace addition to nix-support/private 2025-10-07 17:17:13 +02:00
d0a0d5ef6c Add nix-support/private to unfree derivation outputs 2025-10-07 17:17:13 +02:00
567900e451 Add skeleton meta to intel 2023 2025-10-07 17:17:12 +02:00
d9b430de2e Add meta to packages 2025-10-07 17:17:12 +02:00

View File

@@ -8,6 +8,6 @@ jemalloc.overrideAttrs (old: {
hardeningDisable = [ "all" ];
meta = old.meta // {
description = old.meta.description + " (for Nanos6)";
maintainers = (old.meta.maintainers or []) // (with lib.maintainers.bsc; [ rarias ]);
maintainers = (old.meta.maintainers or []) ++ (with lib.maintainers.bsc; [ rarias ]);
};
})