mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
microcodeAmd: Move package file into by-name structure
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
e8af0a82be
commit
e9184559d1
|
@ -25995,8 +25995,6 @@ with pkgs;
|
|||
|
||||
mlxbf-bootimages = callPackage ../misc/mlxbf-bootimages { };
|
||||
|
||||
microcodeAmd = callPackage ../os-specific/linux/microcode/amd.nix { };
|
||||
|
||||
microcodeIntel = callPackage ../os-specific/linux/microcode/intel.nix { };
|
||||
|
||||
iucode-tool = callPackage ../os-specific/linux/microcode/iucode-tool.nix { };
|
||||
|
|
Loading…
Reference in a new issue