From 670ff94dda0d9365024bbf8d0edef5408f16e51f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 13 Apr 2024 12:22:49 +0200 Subject: [PATCH] tools: Fix reptyr build in qemu-user-aarch64 This was already fixed in NixOS unstable: https://github.com/NixOS/nixpkgs/pull/292342 --- modules/tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tools.nix b/modules/tools.nix index 6421bba..b270ac7 100644 --- a/modules/tools.nix +++ b/modules/tools.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2020-2023 Simon Bruder +# SPDX-FileCopyrightText: 2020-2024 Simon Bruder # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -50,7 +50,7 @@ lm_sensors # temperature sensors parted # partition manager pciutils # lspci - reptyr # move process to current terminal + (reptyr.overrideAttrs (o: o // { doCheck = false; })) # move process to current terminal # tests fail on qemu-user-aarch64 (TODO 24.05: remove) smartmontools # hard drive monitoring tcpdump # package inspector tio # serial console