summaryrefslogtreecommitdiff
path: root/parts/checks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'parts/checks.nix')
-rw-r--r--parts/checks.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/parts/checks.nix b/parts/checks.nix
deleted file mode 100644
index 5ccc308..0000000
--- a/parts/checks.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{inputs, ...}: {
- perSystem = {
- lib,
- pkgs,
- ...
- }: {
- checks = {
- inherit
- (inputs.flake-checks.lib.mkChecks {
- root = ../.;
- inherit pkgs;
- })
- actionlint
- alejandra
- deadnix
- editorconfig
- statix
- ;
- };
- };
-}