make-sandboxed: also embed profiles for the withEmbeddedSandboxer passthru pkg

This commit is contained in:
Colin 2024-02-05 08:26:40 +00:00
parent 6d1eae2200
commit 413903d03c

View File

@ -281,7 +281,7 @@ let
in
fixupMetaAndPassthru pkgName packageWrapped sandboxProfilesPkg {
inherit sandboxedBy;
withEmbeddedSandboxer = make-sandboxed (args // { embedSandboxer = true; });
withEmbeddedSandboxer = make-sandboxed (args // { embedSandboxer = true; embedProfile = true; });
}
;
in make-sandboxed