mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 07:33:55 +02:00
fix: get rid of /dev/
in containers
`enableFakechroot = true` somehow triggered the inclusion of `/dev`. Some fake chroots included `/dev/kvm` with different permissions, so the produced container was not the same. As this fake chroot is not needed anymore with using `--chroot` for `gramine-sgx-sign`, it can be turned off. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
4a6aff1d2e
commit
9a35ad60ad
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ final: _:
|
||||||
inherit fromImage;
|
inherit fromImage;
|
||||||
|
|
||||||
includeStorePaths = false;
|
includeStorePaths = false;
|
||||||
enableFakechroot = true;
|
|
||||||
extraCommands = (mkNixStore contents) + ''
|
extraCommands = (mkNixStore contents) + ''
|
||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue