diff options
Diffstat (limited to 'users/grfn/system/home')
-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 |