Skip to content

Commit 22c428d

Browse files
shushu
authored andcommitted
nixd: remove unneeded dependencies
1 parent 2120080 commit 22c428d

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
meson,
99
ninja,
1010
nix,
11-
nixfmt-rfc-style,
1211
pkg-config,
1312
nlohmann_json,
1413
python312,
@@ -31,7 +30,6 @@ stdenv.mkDerivation {
3130

3231
nativeCheckInputs = [
3332
lit
34-
nixfmt-rfc-style
3533
];
3634

3735
buildInputs = [

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
};
3939
regressionDeps = with pkgs; [
4040
clang-tools
41-
nixfmt-rfc-style
4241
lit
4342
];
4443
shellOverride = old: {

libnixf/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ stdenv.mkDerivation {
3939

4040
nativeCheckInputs = [
4141
lit
42-
nixfmt-rfc-style
4342
];
4443

4544
buildInputs = [

0 commit comments

Comments
 (0)