Fix ref
This commit is contained in:
parent
344351cf3b
commit
090514be37
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ inputs, outputs }:
|
||||
let
|
||||
inherit (inputs.nixpkgs.lib) filterAttrs mapAttrs elem;
|
||||
inherit (inputs.nixpkgs-stable.lib) filterAttrs mapAttrs elem;
|
||||
|
||||
notBroken = pkg: !(pkg.meta.broken or false);
|
||||
isDistributable = pkg:
|
||||
|
|
Reference in a new issue