5 Commits

Author SHA1 Message Date
4555293442 Add missing pre/postInstall hooks to intel 2023
Some checks failed
CI / build:all (pull_request) Failing after 11s
2025-10-07 17:13:01 +02:00
820159904f Trace addition to nix-support/private 2025-10-07 17:13:01 +02:00
4bd44bf353 Add nix-support/private to unfree derivation outputs 2025-10-07 17:13:01 +02:00
56cbfd9d5e Add skeleton meta to intel 2023 2025-10-07 17:13:01 +02:00
c9c9a22a3a Add meta to packages 2025-10-07 17:13:01 +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 // (with lib.maintainers.bsc; [ rarias ]);
maintainers = (old.meta.maintainers or []) // (with lib.maintainers.bsc; [ rarias ]);
};
})