nono: prepare home tmpdir for checks

This commit is contained in:
06kellyjac
2026-04-14 18:50:47 +01:00
parent 23453ae447
commit 936ec49b70
+6
View File
@@ -6,6 +6,8 @@
pkg-config,
dbus,
writableTmpDirAsHomeHook,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -28,6 +30,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
dbus
];
nativeCheckInputs = [
writableTmpDirAsHomeHook
];
meta = {
description = "Secure, kernel-enforced sandbox for AI agents, MCP and LLM workloads";
homepage = "https://github.com/always-further/nono";