diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-02-15 15:53:42 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-19 14:46:34 +0000 |
commit | 17e48e853007217de5ee0d4a28944884b6d75fe5 (patch) | |
tree | cb787a034484c1fa7034f6bc96026e9b891870b4 | |
parent | 2bc4b934c35ca14ab1243c19dc6fa27688feefdb (diff) |
util/liveiso/nixos: Install lm_sensors package
Change-Id: I6b027ed39d3ee81878e069142c2d7212f3dc0a6f
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80545
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
-rw-r--r-- | util/liveiso/nixos/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/liveiso/nixos/common.nix b/util/liveiso/nixos/common.nix index 33a93bc86f..ff5dfea366 100644 --- a/util/liveiso/nixos/common.nix +++ b/util/liveiso/nixos/common.nix @@ -134,6 +134,7 @@ iotools jfsutils jq + lm_sensors mdadm minicom mkpasswd |