93b08a7061
```bash nix run github:NixOS/nixpkgs/ab6071eb54cc9b66dda436111d4f569e4e56cbf4#nixfmt-rfc-style -L --allow-import-from-derivation -- pkgs/development/cuda-modules pkgs/test/cuda pkgs/top-level/cuda-packages.nix ```
7 lines
198 B
Nix
7 lines
198 B
Nix
{ lib, config, ... }:
|
|
{
|
|
options.generic.manifests = {
|
|
feature = import ./feature/manifest.nix { inherit lib config; };
|
|
redistrib = import ./redistrib/manifest.nix { inherit lib; };
|
|
};
|
|
}
|