This commit is contained in:
2025-10-31 11:22:46 +03:00
parent 031e7a8013
commit be57ed59cd
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -19,5 +19,7 @@
}; };
}; };
# This is highly advised, and will prevent many possible mistakes # This is highly advised, and will prevent many possible mistakes
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; checks = builtins.mapAttrs (
system: deployLib: deployLib.deployChecks inputs.self.deploy
) inputs.deploy-rs.lib;
} }