fix(grfn/home): Fix home build for darwin

Change-Id: Ibcf21617a1cee66c157644712918bcd9bb390228
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9827
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2023-10-23 14:51:21 -04:00 committed by grfn
parent 1027754b86
commit d98e47cbcf
6 changed files with 21 additions and 10 deletions

View file

@ -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 = {