diff options
author | Karel Kočí <cynerd@email.cz> | 2023-07-16 18:14:21 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-07-16 18:14:21 +0200 |
commit | d0dfa9bdda1df5d3900acdfdb76be5aa1928a0a4 (patch) | |
tree | ac1a869bc04b202440dc3446efbbb6bbcc857348 | |
parent | c66dfac35ef729564173693a1b3aff5392338343 (diff) | |
download | nixos-personal-d0dfa9bdda1df5d3900acdfdb76be5aa1928a0a4.tar.gz nixos-personal-d0dfa9bdda1df5d3900acdfdb76be5aa1928a0a4.tar.bz2 nixos-personal-d0dfa9bdda1df5d3900acdfdb76be5aa1928a0a4.zip |
nixos: nmap fails to cross compile
-rw-r--r-- | nixos/modules/generic.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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) [ |