bd17dc4706
- "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
|
|
];
|
|
}
|