This commit is contained in:
Joseph Hanson 2024-04-05 13:09:35 -05:00
parent 344351cf3b
commit 090514be37
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,6 +1,6 @@
{ inputs, outputs }: { inputs, outputs }:
let let
inherit (inputs.nixpkgs.lib) filterAttrs mapAttrs elem; inherit (inputs.nixpkgs-stable.lib) filterAttrs mapAttrs elem;
notBroken = pkg: !(pkg.meta.broken or false); notBroken = pkg: !(pkg.meta.broken or false);
isDistributable = pkg: isDistributable = pkg: