hydra: remove useless declInput argument

This commit is contained in:
Antoine Eiche 2021-05-27 23:03:20 +02:00
parent 2eab26e05c
commit 500685bc38
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ nixpkgs, declInput, pulls }:
{ nixpkgs, pulls, ... }:
let
pkgs = import nixpkgs {};