diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-09-09 21:44:53 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-09-10 20:09:08 +0000 |
commit | 593941b600623ed366ada5ee8bb0dc94318b7b02 (patch) | |
tree | 5537d588c67c130d3ca1028e0b82fb3e5737511f /util/liveiso/console.nix | |
parent | 46e109f2747bf1465a9b879e138eef496e52a1e4 (diff) |
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/liveiso/console.nix')
-rw-r--r-- | util/liveiso/console.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/liveiso/console.nix b/util/liveiso/console.nix index 032ca719e2..9bd75971fb 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 |