From 500685bc38507a4e5c19f86f0a9782191f5148e4 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Thu, 27 May 2021 23:03:20 +0200 Subject: [PATCH] hydra: remove useless declInput argument --- .hydra/declarative-jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {};