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 }:
|
{ 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:
|
||||||
|
|
Reference in a new issue