diff options
author | Griffin Smith <grfn@gws.fyi> | 2023-10-23T18·51-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2023-11-06T21·06+0000 |
commit | d98e47cbcfcdbe202f5b338cf70f5951a01237a4 (patch) | |
tree | 90b18a05f5c89bb0820334330d617411a9be1b78 /users/grfn/system/home/modules/development.nix | |
parent | 1027754b866e9489b6db0ed18a5c736f128aadcc (diff) |
fix(grfn/home): Fix home build for darwin r/6967
Change-Id: Ibcf21617a1cee66c157644712918bcd9bb390228 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9827 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/system/home/modules/development.nix')
-rw-r--r-- | users/grfn/system/home/modules/development.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/grfn/system/home/modules/development.nix b/users/grfn/system/home/modules/development.nix index d67c83e530bb..f08e9d9492ed 100644 --- a/users/grfn/system/home/modules/development.nix +++ b/users/grfn/system/home/modules/development.nix @@ -58,7 +58,6 @@ with lib; lldb hyperfine clang-tools_11 - rr clj2nix clojure @@ -68,13 +67,14 @@ 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 julia_16-bin valgrind + + linuxPackages.perf + rr ]; programs.git = { |