nixpkgs/pkgs/development/cuda-modules/modules/generic/manifests/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
198 B
Nix
Raw Normal View History

{ lib, config, ... }:
{
options.generic.manifests = {
feature = import ./feature/manifest.nix { inherit lib config; };
redistrib = import ./redistrib/manifest.nix { inherit lib; };
};
}