Skip to content

Commit 567b400

Browse files
Merge pull request #392 from nix-community/fix-driver
2 parents 2a88d9e + a21f5f6 commit 567b400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wsl-distro.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ in
7676

7777
extraPackages = mkIf cfg.useWindowsDriver [
7878
(pkgs.runCommand "wsl-lib" { } ''
79-
mkdir "$out"
79+
mkdir -p "$out/lib"
8080
# # we cannot just symlink the lib directory because it breaks merging with other drivers that provide the same directory
8181
ln -s /usr/lib/wsl/lib/libcudadebugger.so.1 "$out/lib"
8282
ln -s /usr/lib/wsl/lib/libcuda.so "$out/lib"

0 commit comments

Comments
 (0)