feat: add ucodenix and auto update microcode

This commit is contained in:
Youwen Wu 2024-11-12 15:35:52 -08:00
parent a4e83309b7
commit 636a7529c7
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 32 additions and 0 deletions

View file

@ -45,6 +45,11 @@
inputs.flake-parts.follows = "flake-parts";
};
ucode = {
url = "github:e-tho/ucodenix";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";