Skip to content

Odin

Options

languages.odin.enable

Whether to enable tools for Odin Language.

Type: boolean

Default: false

Example: true

Declared by: - https://github.com/cachix/devenv/blob/main/src/modules/languages/odin.nix

languages.odin.package

The odin package to use.

Type: package

Default: pkgs.odin

Declared by: - https://github.com/cachix/devenv/blob/main/src/modules/languages/odin.nix

languages.odin.debugger

An optional debugger package to use with odin. The default is gdb, if supported on the current system.

Type: null or package

Default: pkgs.gdb

Declared by: - https://github.com/cachix/devenv/blob/main/src/modules/languages/odin.nix