diff options
| author | seth <[email protected]> | 2024-05-24 04:50:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-24 21:36:05 -0600 |
| commit | 6ceaeeb714b97984190981110120973d90d57ab4 (patch) | |
| tree | 37d66baec5654a73a250047a8bc7ab454c83b95f /parts/checks.nix | |
| parent | ef2b5ea9f2f9450eac7ac2a875a8f1c6599c1ed0 (diff) | |
flatten structure again
Diffstat (limited to 'parts/checks.nix')
| -rw-r--r-- | parts/checks.nix | 21 |
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 - ; - }; - }; -} |
