Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Add allowInsecurePredicate to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored and SomeoneSerge committed Apr 26, 2024
1 parent bba94c8 commit 6a45bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/ci/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ in
inherit system;
nixpkgs = inputs."nixpkgs-${branch}";
extraConfig = {
allowInsecurePredicate = x: true;
allowUnfree = true;
cudaSupport = true;
cudaEnableForwardCompat = cuda.forwardCompat;
Expand Down

0 comments on commit 6a45bcb

Please sign in to comment.