Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
maintanance helper
  • Loading branch information
peterhoeg committed Feb 18, 2020
1 parent c416e03 commit 574d671
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mypkgs.nix
@@ -0,0 +1,7 @@
{ pkgs ? import ./. {}
, maintainer ? "peterhoeg"
}:

with pkgs.lib;

filterAttrs (name: value: (builtins.tryEval value).success && elem maintainers.${maintainer} (value.meta.maintainers or [])) pkgs

0 comments on commit 574d671

Please sign in to comment.