Skip to content

Commit c8c80c8

Browse files
committed
Enable maintainerless warnings by default
1 parent 798a2bf commit c8c80c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/top-level/config.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,10 @@ in
522522
kind = "removal";
523523
handler = "warn";
524524
}
525-
(lib.mkIf (lib.elem "maintainerless" config.showDerivationWarnings) {
525+
{
526526
kind = "maintainerless";
527527
handler = "warn";
528-
})
528+
}
529529
];
530530
};
531531

0 commit comments

Comments
 (0)