Skip to content

Commit

Permalink
Sort function inputs of nix expression alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
tfc committed Dec 18, 2023
1 parent 03e68ec commit 463a9db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv
, lib
, catch2
, ninja
, clang-tools
, cmake
, gbenchmark
, gcovr
, llvm
, cmake
, lib
, clang-tools
, ninja
, doCheck ? true
}:

Expand Down

0 comments on commit 463a9db

Please sign in to comment.