diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-03-16T14·00-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-03-16T14·09+0000 |
commit | deb9e97b66d389192c966005198413fb4ffaffb1 (patch) | |
tree | 64e50269ddc99ecc9cab5058874941f45cac1cda /users/grfn/system | |
parent | f01704e80c5ce009ad9cd63e4f3551391b9c515f (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/system')
-rw-r--r-- | users/grfn/system/home/modules/development.nix | 2 |
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 f6ae2640aa98..5e677a855585 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 |