From 6ceaeeb714b97984190981110120973d90d57ab4 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 24 May 2024 04:50:12 -0400 Subject: flatten structure again --- checks.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 checks.nix (limited to 'checks.nix') diff --git a/checks.nix b/checks.nix new file mode 100644 index 0000000..5ccc308 --- /dev/null +++ b/checks.nix @@ -0,0 +1,21 @@ +{inputs, ...}: { + perSystem = { + lib, + pkgs, + ... + }: { + checks = { + inherit + (inputs.flake-checks.lib.mkChecks { + root = ../.; + inherit pkgs; + }) + actionlint + alejandra + deadnix + editorconfig + statix + ; + }; + }; +} -- cgit v1.2.3