WEYL WEYL
← Back to Weyl Standard
reference

Options

Module configuration options for weyl-std.

Options

Module configuration options for weyl-std.

weyl-std.formatter

weyl-std.formatter = {
enable = true; # Enable formatter module
line-length = 100; # Max line length
};

weyl-std.nixpkgs

weyl-std.nixpkgs = {
cuda.enable = true; # Enable CUDA support
cuda.capabilities = [ "8.9" "9.0" ]; # Target GPU capabilities
};

weyl-std.docs

weyl-std.docs = {
enable = true;
theme = "ono-sendai"; # or "maas"
};

Full options reference is generated by NDG from module definitions.