aboutsummaryrefslogtreecommitdiff
path: root/pkgs/coreboot-payload-tint/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/coreboot-payload-tint/default.nix')
-rw-r--r--pkgs/coreboot-payload-tint/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/coreboot-payload-tint/default.nix b/pkgs/coreboot-payload-tint/default.nix
index 4714f701cc30..a410a46a254d 100644
--- a/pkgs/coreboot-payload-tint/default.nix
+++ b/pkgs/coreboot-payload-tint/default.nix
@@ -1,4 +1,7 @@
-{ coreboot, stdenv, fetchurl, ... }:
+{ coreboot
+, stdenv
+, fetchurl
+}:
# the original tint does not support building as a coreboot payload
# the patches from the coreboot repo require building tint in-tree