mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 09:43:50 -08:00
fix: remove nonexistent override for nixpkgs on ucode
This commit is contained in:
parent
f103c6063d
commit
ea06a98586
1 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue