Skip to content

Commit

Permalink
NoCC
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Oct 3, 2024
1 parent fbabda9 commit 1ffb9c7
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,5 +1,5 @@
{ lib, stdenv, makeWrapper, coreutils, codeowners, jq, curl, github-cli, gitMinimal }:
stdenv.mkDerivation {
{ lib, stdenvNoCC, makeWrapper, coreutils, codeowners, jq, curl, github-cli, gitMinimal }:
stdenvNoCC.mkDerivation {
name = "request-reviews";
src = lib.fileset.toSource {
root = ./.;
Expand Down

0 comments on commit 1ffb9c7

Please sign in to comment.