fix: remove nonexistent override for nixpkgs on ucode

This commit is contained in:
Youwen Wu 2024-11-13 13:52:50 -08:00
parent f103c6063d
commit ea06a98586
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

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