Skip to content

Commit 525d60c

Browse files
authored
Merge pull request #873 from Atry/patch-6
fix: let `devenv` created OCI images be compatible with `libnvidia-container`
2 parents 0c41b86 + f139c76 commit 525d60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/containers.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let
4949
(if builtins.typeOf cfg.copyToRoot == "list"
5050
then cfg.copyToRoot
5151
else [ cfg.copyToRoot ]);
52-
pathsToLink = "/";
52+
pathsToLink = [ "/" "/lib" ];
5353
})
5454
];
5555
config = {

0 commit comments

Comments
 (0)