summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-09-09 21:44:53 +0200
committerFelix Singer <felixsinger@posteo.net>2021-09-10 20:09:08 +0000
commit593941b600623ed366ada5ee8bb0dc94318b7b02 (patch)
tree5537d588c67c130d3ca1028e0b82fb3e5737511f /util
parent46e109f2747bf1465a9b879e138eef496e52a1e4 (diff)
downloadcoreboot-593941b600623ed366ada5ee8bb0dc94318b7b02.tar.gz
coreboot-593941b600623ed366ada5ee8bb0dc94318b7b02.tar.bz2
coreboot-593941b600623ed366ada5ee8bb0dc94318b7b02.zip
util/liveiso/console.nix: Remove unneeded argument body
Change-Id: Iebd994a46e870e42431d0fc71dd14b1c2b01f9aa Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57536 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/liveiso/console.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/liveiso/console.nix b/util/liveiso/console.nix
index 032ca719e22f..9bd75971fbd4 100644
--- a/util/liveiso/console.nix
+++ b/util/liveiso/console.nix
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
-{ ... }:
-
{
imports = [
./common.nix