Skip to content

Commit

Permalink
Merge pull request #873 from Atry/patch-6
Browse files Browse the repository at this point in the history
fix: let `devenv` created OCI images be compatible with `libnvidia-container`
  • Loading branch information
domenkozar authored Nov 16, 2023
2 parents 0c41b86 + f139c76 commit 525d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let
(if builtins.typeOf cfg.copyToRoot == "list"
then cfg.copyToRoot
else [ cfg.copyToRoot ]);
pathsToLink = "/";
pathsToLink = [ "/" "/lib" ];
})
];
config = {
Expand Down

0 comments on commit 525d60c

Please sign in to comment.