From b33b7a00c9b2c023d0a96d2324a853fe6ef2d82d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 16 Jul 2023 15:32:15 +0800 Subject: [PATCH] profiles/dev: add lsof to default dev packages --- modules/nixos/profiles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index c8cd1471..e8e27949 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -89,6 +89,7 @@ in { diffoscope # Oversized caffeine grinder. direnv # The power of local development environment. ipcalc # Calculate your IP without going to the web. + lsof # View every single open connections. gcc # The usual toolchain. gdb # The usual debugger. gnumake # The other poster boy for the hated build system.