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" ]; dependencies = [ "FILESYSTEMS" ];
before = [ "nix-daemon" ]; before = [ "nix-daemon" ];
}; };
environment.systemPackages = with pkgs; [
freebsd.truss
];
} }

View File

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

View File

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