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.
1 parent ee6518d commit e580e56Copy full SHA for e580e56
microsoft/surface/common/kernel/6.12/patches.nix
@@ -12,6 +12,11 @@
12
structuredExtraConfig = with kernel; {
13
STAGING_MEDIA = yes;
14
15
+ # Disable Rust support due to conflict with 1.91 introduced in NixOS 25.11
16
+ RUST = lib.mkForce no;
17
+ RUST_IS_AVAILABLE = lib.mkForce no;
18
+ HAVE_RUST = lib.mkForce no;
19
+
20
##
21
## Surface Aggregator Module
22
0 commit comments