added and configured shikane

This commit is contained in:
Rouven Seifert 2023-06-15 21:01:17 +02:00
parent 0620ebaa2a
commit fa6f58e0e9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
13 changed files with 154 additions and 43 deletions

View file

@ -160,6 +160,6 @@
};
};
};
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
checks = builtins.mapAttrs (_system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
};
}