12 lines
98 B
Nix
Executable file
12 lines
98 B
Nix
Executable file
{
|
|
pkgs,
|
|
lib,
|
|
hwconfig,
|
|
inputs,
|
|
config,
|
|
unstable-pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
];
|
|
}
|