Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 2d1d413

Browse files
feat(packages/strace): add colors patch
https://github.com/xfgusta/strace-with-colors
1 parent d1dedab commit 2d1d413

File tree

3 files changed

+929
-0
lines changed

3 files changed

+929
-0
lines changed

packages/list.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
name = "slurp";
114114
source = ./slurp;
115115
}
116+
{
117+
name = "strace";
118+
source = ./strace;
119+
}
116120
{
117121
name = "tbw";
118122
source = ./tbw;

0 commit comments

Comments
 (0)