Skip to content

Commit

Permalink
Use stdenvNoCC
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Oct 3, 2024
1 parent efeb298 commit 237cad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/request-reviews/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
lib,
stdenv,
stdenvNoCC,
makeWrapper,
coreutils,
codeowners,
Expand All @@ -9,7 +9,7 @@
github-cli,
gitMinimal,
}:
stdenv.mkDerivation {
stdenvNoCC.mkDerivation {
name = "request-reviews";
src = lib.fileset.toSource {
root = ./.;
Expand Down

0 comments on commit 237cad3

Please sign in to comment.