nono: prepare home tmpdir for checks
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user