Begin add AI module

This commit is contained in:
Florian RICHER 2024-05-24 14:04:57 +02:00
parent a4eeb89eb6
commit 53583fc4c7
2 changed files with 28 additions and 2 deletions

View file

@ -18,8 +18,8 @@ with lib;
hooks.qemu = {
is_working = "${pkgs.writeShellScript "testHook.sh" ''
+ touch /tmp/qemu_hook_is_working
+ ''}";
touch /tmp/qemu_hook_is_working
''}";
};
};
};