♻️ config refactor cleanup

This commit is contained in:
2023-07-27 15:51:15 -04:00
parent d4b4ba1d1e
commit 19a01e278e
8 changed files with 22 additions and 31 deletions

View File

@ -1,5 +1,4 @@
{ self, system, pre-commit-hooks, ... }:
with self.pkgs.${system};
{ self, pkgs, system, pre-commit-hooks, ... }:
{
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = ./.;
@ -9,4 +8,4 @@ with self.pkgs.${system};
statix.enable = true;
};
};
} // (deploy-rs.lib.deployChecks self.deploy)
} // (pkgs.deploy-rs.lib.deployChecks self.deploy)