Skip to content

Commit

Permalink
flake.nix: add derivation warning for maintainerless note
Browse files Browse the repository at this point in the history
We can show a warning for all derivations that don't have maintainers,
keeping it commented because they will throw a warning for every time
they are evaluated.
  • Loading branch information
khaneliman committed Dec 30, 2024
1 parent 2ccff1e commit cde2c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
channels-config = {
# allowBroken = true;
allowUnfree = true;
# showDerivationWarnings = [ "maintainerless" ];

# TODO: cleanup when available
permittedInsecurePackages = [
Expand Down

0 comments on commit cde2c02

Please sign in to comment.