feat(lib): shell: local-dir

This commit is contained in:
2025-07-22 21:15:42 +00:00
parent 0f279508f5
commit 46763ff6da
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ in {
shellModules = {
logs = builtins.readFile ./shell/logs.sh;
check-tool = builtins.readFile ./shell/check-tool.sh;
local-dir = builtins.readFile ./shell/local-dir.sh;
};
sharedShellAliases = {