Skip to content

Commit 8c91b3c

Browse files
illegalprimeAtemu
authored andcommitted
fhs-userenv-bubblewrap: bind mount host's devfs
Allows us to talk to devices
1 parent 2da4f24 commit 8c91b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/build-support/build-fhs-userenv-bubblewrap

pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ let
8888
done
8989
9090
exec ${bubblewrap}/bin/bwrap \
91-
--dev /dev \
91+
--dev-bind /dev /dev \
9292
--proc /proc \
9393
--chdir "$(pwd)" \
9494
--unshare-all \

0 commit comments

Comments
 (0)