We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a88d9e + a21f5f6 commit 567b400Copy full SHA for 567b400
modules/wsl-distro.nix
@@ -76,7 +76,7 @@ in
76
77
extraPackages = mkIf cfg.useWindowsDriver [
78
(pkgs.runCommand "wsl-lib" { } ''
79
- mkdir "$out"
+ mkdir -p "$out/lib"
80
# # we cannot just symlink the lib directory because it breaks merging with other drivers that provide the same directory
81
ln -s /usr/lib/wsl/lib/libcudadebugger.so.1 "$out/lib"
82
ln -s /usr/lib/wsl/lib/libcuda.so "$out/lib"
0 commit comments