Skip to content

Commit

Permalink
Remove build inputs propagation from tests derivation
Browse files Browse the repository at this point in the history
Tests don't need to propagate build inputs.
  • Loading branch information
aleasims committed Apr 18, 2024
1 parent 36614fd commit d84d1d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
(if compiler == "gcc" then pkgs.gcc else pkgs.clang)
];

propagatedBuildInputs = [];

cmakeFlags = [
"-G Ninja"
"-DCMAKE_CXX_COMPILER=${if compiler == "gcc" then "g++" else "clang++"}"
Expand Down

0 comments on commit d84d1d4

Please sign in to comment.