Skip to content

Commit e580e56

Browse files
committed
microsoft/surface: remove rust entirely for 6.12 kernel
1 parent ee6518d commit e580e56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

microsoft/surface/common/kernel/6.12/patches.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
structuredExtraConfig = with kernel; {
1313
STAGING_MEDIA = yes;
1414

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+
1520
##
1621
## Surface Aggregator Module
1722
##

0 commit comments

Comments
 (0)