From 090514be37419c636e92b921922d39c53226d951 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 5 Apr 2024 13:09:35 -0500 Subject: [PATCH] Fix ref --- hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: