feat(checks): Add linters

This commit is contained in:
Tristan Daniël Maat 2025-05-20 20:37:05 +08:00
parent fc991a0b07
commit 5c6b697e55
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 92 additions and 1 deletions

View file

@ -96,7 +96,7 @@
#########
# Tests #
#########
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
checks.${system} = import ./checks (inputs // { inherit system; });
###########################
# Garbage collection root #