home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7d072130202a084142051e44f202918c65c60cc6
parent 33b4d4490efd57cac7f55394d998bbd043e3e509
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 16 Aug 2018 14:27:08 +0200

Add pprof to dev.go 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mfish/nix-aliases.fish | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/fish/nix-aliases.fish b/fish/nix-aliases.fish @@ -5,3 +5,7 @@ end function wakeonlan nix run nixpkgs.python36Packages.wakeonlan -c wakeonlan $argv end + +function pprof + nix run nixpkgs.pprof -c pprof $argv +end