1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

Move the AMD microcode to the microcode directory

This commit is contained in:
Eelco Dolstra 2013-08-14 03:26:04 +02:00
parent 5c208844e9
commit b3642c3673
2 changed files with 1 additions and 1 deletions

View file

@ -6164,7 +6164,7 @@ let
afuse = callPackage ../os-specific/linux/afuse { };
amdUcode = callPackage ../os-specific/linux/firmware/amd-ucode { };
amdUcode = callPackage ../os-specific/linux/microcode/amd.nix { };
autofs5 = callPackage ../os-specific/linux/autofs/autofs-v5.nix { };