Commit 936ec49b authored by 06kellyjac's avatar 06kellyjac
Browse files

nono: prepare home tmpdir for checks

parent 23453ae4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";