Add mt7927 driver to quark.

This commit is contained in:
Tom Alexander
2026-04-11 11:24:05 -04:00
parent 9550032c08
commit 5c2b0d8c2f
3 changed files with 24 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
mt7927.url = "github:cmspam/mt7927-nixos";
};
outputs =
@@ -37,6 +38,7 @@
disko,
impermanence,
lanzaboote,
mt7927,
...
}:
let
@@ -78,6 +80,7 @@
impermanence.nixosModules.impermanence
lanzaboote.nixosModules.lanzaboote
disko.nixosModules.disko
mt7927.nixosModules.default
./configuration.nix
(./. + "/hosts/${hostname}")
(./. + "/formats/${format}.nix")