We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fee8454 + 2b7e3e9 commit f51b537Copy full SHA for f51b537
packaging/dev-shell.nix
@@ -119,9 +119,6 @@ pkgs.nixComponents2.nix-util.overrideAttrs (
119
(pkgs.writeScriptBin "pre-commit-hooks-install" modular.pre-commit.settings.installationScript)
120
pkgs.buildPackages.nixfmt-rfc-style
121
]
122
- # TODO: Remove the darwin check once
123
- # https://github.com/NixOS/nixpkgs/pull/291814 is available
124
- ++ lib.optional (stdenv.cc.isClang && !stdenv.buildPlatform.isDarwin) pkgs.buildPackages.bear
125
++ lib.optional (stdenv.cc.isClang && stdenv.hostPlatform == stdenv.buildPlatform) (
126
lib.hiPrio pkgs.buildPackages.clang-tools
127
)
0 commit comments