Skip to content

Commit

Permalink
libnixf: remove nixpkgs-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 9, 2024
1 parent af1255e commit d05b62d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libnixf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
ninja,
pkg-config,
lit,
nixpkgs-fmt,
gtest,
boost182,
nlohmann_json,
Expand Down Expand Up @@ -37,10 +36,7 @@ stdenv.mkDerivation {
python312
];

nativeCheckInputs = [
lit
nixpkgs-fmt
];
nativeCheckInputs = [ lit ];

buildInputs = [
gtest
Expand Down

0 comments on commit d05b62d

Please sign in to comment.