1
0
Fork 1
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:
Felix Singer 2024-09-07 22:34:43 +02:00
parent e8af0a82be
commit e9184559d1
2 changed files with 0 additions and 2 deletions

View file

@ -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 { };