fix: SpawnPodの起動経路の問題・を修正

This commit is contained in:
2026-05-02 01:09:57 +09:00
parent 8e24b3c607
commit 5479b14411
6 changed files with 178 additions and 7 deletions
+1
View File
@@ -11,6 +11,7 @@ pkgs.mkShell {
pkg-config
openssl
];
INSOMNIA_POD_COMMAND = "cargo run -p pod --quiet --";
shellHook = ''
echo "dev-shell-loaded"
'';