diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-09 14:50:55 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-09 14:50:55 -0800 |
commit | b8b4761484875f11673c46bef92dcc687ea37397 (patch) | |
tree | 1f8a8b919cb307c2eeab47b88ed2bec29ef3e9e6 | |
parent | 4943ee947b47f3b018c9cf34118ffe85653533cb (diff) | |
download | nix-b8b4761484875f11673c46bef92dcc687ea37397.tar nix-b8b4761484875f11673c46bef92dcc687ea37397.tar.gz nix-b8b4761484875f11673c46bef92dcc687ea37397.tar.bz2 nix-b8b4761484875f11673c46bef92dcc687ea37397.tar.lz nix-b8b4761484875f11673c46bef92dcc687ea37397.tar.xz nix-b8b4761484875f11673c46bef92dcc687ea37397.tar.zst nix-b8b4761484875f11673c46bef92dcc687ea37397.zip |
Add bpftrace
-rw-r--r-- | hosts/common/optional/misc.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 62e1fd5..580d5ea 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -7,6 +7,7 @@ aspellDicts.en-computers aspellDicts.en-science bpftools + bpftrace dict encfs enscript |