Server, deploy-rs
This commit is contained in:
parent
8468556385
commit
df711fbbe6
13 changed files with 828 additions and 39 deletions
4
checks/deploy/default.nix
Normal file
4
checks/deploy/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{inputs}:
|
||||
builtins.mapAttrs
|
||||
(system: deploy-lib: deploy-lib.deployChecks inputs.self.deploy)
|
||||
inputs.deploy-rs.lib
|
||||
11
checks/fmt/default.nix
Normal file
11
checks/fmt/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
inputs.pre-commit-hooks.lib.${system}.run {
|
||||
src = ../..;
|
||||
hooks = {
|
||||
alejandra.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue