Skip to content

Commit 96f172f

Browse files
committed
fix(fw13): remove kernel patches for mt7925 as I switched to interl card
1 parent d3f11cf commit 96f172f

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed

flake.lock

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
niri.url = "github:sodiboo/niri-flake";
8383
niri.inputs.nixpkgs.follows = "nixpkgs";
8484

85-
# MT7925 WiFi driver patches for Framework laptops
86-
mt7925.url = "github:zbowling/mt7925";
87-
mt7925.flake = false;
85+
# # MT7925 WiFi driver patches for Framework laptops
86+
# mt7925.url = "github:zbowling/mt7925";
87+
# mt7925.flake = false;
8888
};
8989

9090
outputs = inputs@{ flake-parts, ... }: flake-parts.lib.mkFlake { inherit inputs; } (import ./flake);

systems/x86_64-nixos/fw13/default.nix

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,11 @@
44
inputs,
55
...
66
}:
7-
# let
8-
# # MT7925 WiFi driver patches - fixes kernel panics, mutex deadlocks, and system hangs
9-
# # https://github.com/zbowling/mt7925
10-
# mt7925PatchDir = "${inputs.mt7925}/kernels/6.18";
11-
#
12-
# mt7925Patches =
13-
# let
14-
# patchFiles = lib.sort (a: b: a < b) (lib.attrNames (builtins.readDir mt7925PatchDir));
15-
# mt7925PatchFiles = lib.filter (file: lib.hasSuffix ".patch" file) patchFiles;
16-
# in
17-
# map (file: {
18-
# name = lib.removeSuffix ".patch" file;
19-
# patch = "${mt7925PatchDir}/${file}";
20-
# }) mt7925PatchFiles;
21-
# in
227
{
238
imports = with inputs.nixos-hardware.nixosModules; [
249
framework-amd-ai-300-series
2510
];
2611

27-
# boot.kernelPatches = mt7925Patches;
28-
2912
nixfiles = {
3013
device.profiles = [
3114
"laptop"

0 commit comments

Comments
 (0)