Skip to content

Commit

Permalink
remove clang check
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 3, 2024
1 parent 0c2b518 commit e207339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
});
all = pkgs.symlinkJoin {
name = "all";
paths = [ crypto3-gcc crypto3-clang];
paths = [ crypto3-gcc ]; # TODO add crypto3-clang
};
default = all;
};
Expand Down

0 comments on commit e207339

Please sign in to comment.