summaryrefslogtreecommitdiff
path: root/test/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/flake.nix')
-rw-r--r--test/flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/flake.nix b/test/flake.nix
index fb4547c..fdf8833 100644
--- a/test/flake.nix
+++ b/test/flake.nix
@@ -16,6 +16,7 @@
root = ../.;
};
in {
- checks = flake-checks';
+ # we use alejandra, so nixfmt will always fail
+ checks = builtins.removeAttrs flake-checks' ["nixfmt"];
});
}