summaryrefslogtreecommitdiffstats
path: root/.hydra
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2021-05-27 23:03:20 +0200
committerAntoine Eiche <lewo@abesis.fr>2021-05-27 23:03:20 +0200
commit500685bc38507a4e5c19f86f0a9782191f5148e4 (patch)
tree0a05d97b2b798490172238625f692094c1806ac0 /.hydra
parent2eab26e05c13aa4274daa21f98ddef8366627056 (diff)
hydra: remove useless declInput argument
Diffstat (limited to '.hydra')
-rw-r--r--.hydra/declarative-jobsets.nix2
1 files changed, 1 insertions, 1 deletions
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 {};