mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-17 00:19:42 +01:00
03df3d2d53
- "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
7 lines
46 B
Nix
7 lines
46 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./kernel
|
|
];
|
|
}
|