Skip to content

Commit 53f6bec

Browse files
committed
Fix missing dontStrip=false
1 parent a4377c5 commit 53f6bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
inherit compiler-nix-name;
3939

4040
modules = [{
41-
packages.rust-notebook-language-server.components.exes.rust-notebook-language-server.dontStrip = true;
41+
packages.rust-notebook-language-server.components.exes.rust-notebook-language-server.dontStrip = false;
4242
}];
4343
};
4444
})

0 commit comments

Comments
 (0)