From 32be1d9190747d351c680589459cbba8219dac4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Aug 2022 09:47:47 +0100 Subject: [PATCH] print hardware info --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build.yml b/.build.yml index 991fc1c..0bdcc77 100644 --- a/.build.yml +++ b/.build.yml @@ -9,6 +9,8 @@ secrets: oauth: pages.sr.ht/PAGES:RW tasks: + - hwinfo: | + nix-shell -p lshw --run "lshw -short -quiet -sanitize -c memory -c processor" - fetch_tools: | cd blog nix-shell --pure --run 'date'