1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/apple/macbook-pro/default.nix
2017-12-24 23:21:05 +00:00

8 lines
86 B
Nix

{
imports = [
../.
../../common/cpu/intel
../../common/pc/laptop
];
}