use bleeding edge kernel, firmware and mesa

This commit is contained in:
Kopatz
2025-03-12 10:27:55 +01:00
parent 287c67e6dc
commit a8adef48e6
8 changed files with 84 additions and 52 deletions

View File

@@ -84,4 +84,11 @@ in {
config.allowUnfree = true;
};
};
mesa-git = final: _prev: {
mesa-git = import inputs.nixpkgs-mesa-git {
system = final.system;
config.allowUnfree = true;
};
};
}