feat(lib): shell: +check-tool

This commit is contained in:
2025-07-17 16:22:31 +00:00
parent f32ff17cea
commit 52930f2bd6
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -48,7 +48,10 @@ in {
forSystems = systems: nixpkgs.lib.genAttrs systems;
forAllSystems = nixpkgs.lib.genAttrs commonSystems;
shellModules.logs = builtins.readFile ./shell/logs.sh;
shellModules = {
logs = builtins.readFile ./shell/logs.sh;
check-tool = builtins.readFile ./shell/check-tool.sh;
};
sharedShellAliases = {
jc = ''journalctl'';