From d0dfa9bdda1df5d3900acdfdb76be5aa1928a0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 16 Jul 2023 18:14:21 +0200 Subject: nixos: nmap fails to cross compile --- nixos/modules/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 26805e1..d88618d 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -82,7 +82,6 @@ in { unzip # Network - nmap netcat traceroute iftop @@ -95,6 +94,7 @@ in { lm_sensors ] ++ optionals (system == "x86_64-linux") [ + nmap ltrace ] ++ optionals (!isNative) [ -- cgit v1.2.3