Add strace/truss

This commit is contained in:
Audrey 2025-03-30 12:19:10 -07:00
parent 7d4a067aad
commit 1e58494989
3 changed files with 7 additions and 0 deletions

View File

@ -13,4 +13,8 @@ in {
dependencies = [ "FILESYSTEMS" ];
before = [ "nix-daemon" ];
};
environment.systemPackages = with pkgs; [
freebsd.truss
];
}

View File

@ -27,6 +27,8 @@ in {
};
environment.systemPackages = with pkgs; [
strace
# language servers
nil
rust-analyzer

View File

@ -34,6 +34,7 @@
btop
file
patchelf
gdb
(python3.withPackages (p: with p; [
virtualenvwrapper