mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
- "kernel" and "repos.nix" --> "common/" - "firmware/surface-go/ath10k" --> "surface-go/firmware/ath10k" - Update where "kernel", "firmware/surface-go" and "repos.nix" can be found
8 lines
46 B
Nix
8 lines
46 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./kernel
|
|
];
|
|
}
|