diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index 29750a4..7a09a07 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -1,4 +1,4 @@ -{ nixpkgs, declInput, pulls }: +{ nixpkgs, pulls, ... }: let pkgs = import nixpkgs {};