about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-03-16T14·00-0400
committerclbot <clbot@tvl.fyi>2022-03-16T14·09+0000
commitdeb9e97b66d389192c966005198413fb4ffaffb1 (patch)
tree64e50269ddc99ecc9cab5058874941f45cac1cda /users/grfn
parentf01704e80c5ce009ad9cd63e4f3551391b9c515f (diff)
feat(grfn/home): Install linuxPackages.perf r/3913
Change-Id: Icd2233ab9ff0f4e7d5ef057a812120c7ec2f381e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5394
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/home/modules/development.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/development.nix b/users/grfn/system/home/modules/development.nix
index f6ae2640aa..5e677a8555 100644
--- a/users/grfn/system/home/modules/development.nix
+++ b/users/grfn/system/home/modules/development.nix
@@ -78,6 +78,8 @@ with lib;
     pg-dump-upsert
 
     nodePackages.prettier
+
+    linuxPackages.perf
   ] ++ optionals (stdenv.isLinux) [
     # TODO(grfn): replace with stable again once the current julia debacle
     # is resolved upstream, see https://github.com/NixOS/nixpkgs/pull/121114