diff --git a/hydra.nix b/hydra.nix index 0c48da9..d3b1651 100644 --- a/hydra.nix +++ b/hydra.nix @@ -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: