parent
dc37295ce7
commit
ec0abecb6b
@ -415,6 +415,15 @@ in {
|
||||
'';
|
||||
executable = true;
|
||||
};
|
||||
|
||||
# ref: https://go.dev/blog/pprof
|
||||
".local/bin/xtime" = {
|
||||
text = ''
|
||||
#!/bin/sh
|
||||
/usr/bin/time -f '%Uu %Ss %er %MkB %C' "$@"
|
||||
'';
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
||||
xdg = {
|
||||
|
9
home.nix
9
home.nix
@ -313,5 +313,14 @@
|
||||
'';
|
||||
executable = true;
|
||||
};
|
||||
|
||||
# ref: https://go.dev/blog/pprof
|
||||
".local/bin/xtime" = {
|
||||
text = ''
|
||||
#!/bin/sh
|
||||
/usr/bin/time -f '%Uu %Ss %er %MkB %C' "$@"
|
||||
'';
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user