We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2120080 commit 22c428dCopy full SHA for 22c428d
default.nix
@@ -8,7 +8,6 @@
8
meson,
9
ninja,
10
nix,
11
- nixfmt-rfc-style,
12
pkg-config,
13
nlohmann_json,
14
python312,
@@ -31,7 +30,6 @@ stdenv.mkDerivation {
31
30
32
nativeCheckInputs = [
33
lit
34
- nixfmt-rfc-style
35
];
36
37
buildInputs = [
flake.nix
@@ -38,7 +38,6 @@
38
};
39
regressionDeps = with pkgs; [
40
clang-tools
41
42
43
44
shellOverride = old: {
libnixf/default.nix
@@ -39,7 +39,6 @@ stdenv.mkDerivation {
45
0 commit comments