summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/flake.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/flake.nix b/test/flake.nix
index d7ed855..45509e8 100644
--- a/test/flake.nix
+++ b/test/flake.nix
@@ -16,8 +16,12 @@
};
in
{
- # we use nixfmt, so alejandra will always fail
- checks = builtins.removeAttrs flake-checks' [ "alejandra" ];
+ checks = builtins.removeAttrs flake-checks' [
+ # we use nixfmt, so alejandra will always fail
+ "alejandra"
+ # this flake is not REUSE-compilant
+ "reuse"
+ ];
}
);
}