Skip to content

(NEW) Options

jupyterlab.runtimePackages

A list of runtime packages available to all binaries

Type: list of package

Default

[]

kernel.bash

A bash kernel for IPython.

Type: attribute set of (submodule)

Default

{}

Example

"{\n  kernel.bash.\"example\".enable = true;\n}\n"

kernel.bash.<name>.displayName

Display name of the bash kernel.

Type: string

Default

"bash bash-‹name› kernel"

Example

"bash example kernel"

kernel.bash.<name>.editablePackageSources

A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

Type: attribute set of (null or path)

Default

{}

Example

"{}"

kernel.bash.<name>.enable

Enable bash kernel.

Type: boolean

Default

false

Example

true

kernel.bash.<name>.extraPackages

A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

Type: function that evaluates to a(n) list of package

Default

"<function>"

Example

"ps: []"

kernel.bash.<name>.groups

Which Poetry 1.2.0+ dependency groups to install for this bash kernel.

Type: list of string

Default

["dev"]

Example

"[\"dev\" \"doc\"]"

kernel.bash.<name>.name

Name of the bash kernel.

Type: string

Default

"bash-‹name›"

Example

"example"

kernel.bash.<name>.nixpkgs

nixpkgs flake input to be used for this bash kernel.

Type: path

Default

"/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"

Example

"self.inputs.nixpkgs\n"

kernel.bash.<name>.overrides

Path to overrides.nix file which provides python package overrides for this bash kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/bash/overrides.nix"

Example

"/kernels/available/bash/overrides.nix"

kernel.bash.<name>.poetry2nix

poetry2nix flake input to be used for this bash kernel.

Type: path

Default

"/nix/store/4myxpy1b0lipw5mcrvvghj99n1b89a49-source"

Example

"self.inputs.poetry2nix\n"

kernel.bash.<name>.poetrylock

Path to poetry.lock of the poetry project that provides this bash kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/bash/poetry.lock"

Example

"projectDir + \"/poetry.lock\""

kernel.bash.<name>.preferWheels

Use wheels rather than sdist as much as possible.

Type: boolean

Default

false

Example

"true"

kernel.bash.<name>.projectDir

Path to the root of the poetry project that provides this bash kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/bash"

Example

"self + \"/kernels/available/bash\";"

kernel.bash.<name>.pyproject

Path to pyproject.toml of the poetry project that provides this bash kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/bash/pyproject.toml"

Example

"projectDir + \"/pyproject.toml\""

kernel.bash.<name>.python

Name of the python interpreter (from nixpkgs) to be used for this bash kernel.

Type: string

Default

"python3"

Example

"python310"

kernel.bash.<name>.runtimePackages

A list of runtime packages available in this bash kernel.

Type: list of package

Default

[]

kernel.bash.<name>.withDefaultOverrides

Should we use default overrides provided by poetry2nix.

Type: boolean

Default

true

Example

"false"

kernel.c

A c kernel for IPython.

Type: attribute set of (submodule)

Default

{}

Example

"{\n  kernel.c.\"example\".enable = true;\n}\n"

kernel.c.<name>.displayName

Display name of the c kernel.

Type: string

Default

"c c-‹name› kernel"

Example

"c example kernel"

kernel.c.<name>.editablePackageSources

A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

Type: attribute set of (null or path)

Default

{}

Example

"{}"

kernel.c.<name>.enable

Enable c kernel.

Type: boolean

Default

false

Example

true

kernel.c.<name>.extraPackages

A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

Type: function that evaluates to a(n) list of package

Default

"<function>"

Example

"ps: []"

kernel.c.<name>.groups

Which Poetry 1.2.0+ dependency groups to install for this c kernel.

Type: list of string

Default

["dev"]

Example

"[\"dev\" \"doc\"]"

kernel.c.<name>.name

Name of the c kernel.

Type: string

Default

"c-‹name›"

Example

"example"

kernel.c.<name>.nixpkgs

nixpkgs flake input to be used for this c kernel.

Type: path

Default

"/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"

Example

"self.inputs.nixpkgs\n"

kernel.c.<name>.overrides

Path to overrides.nix file which provides python package overrides for this c kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/c/overrides.nix"

Example

"/kernels/available/c/overrides.nix"

kernel.c.<name>.poetry2nix

poetry2nix flake input to be used for this c kernel.

Type: path

Default

"/nix/store/4myxpy1b0lipw5mcrvvghj99n1b89a49-source"

Example

"self.inputs.poetry2nix\n"

kernel.c.<name>.poetrylock

Path to poetry.lock of the poetry project that provides this c kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/c/poetry.lock"

Example

"projectDir + \"/poetry.lock\""

kernel.c.<name>.preferWheels

Use wheels rather than sdist as much as possible.

Type: boolean

Default

false

Example

"true"

kernel.c.<name>.projectDir

Path to the root of the poetry project that provides this c kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/c"

Example

"self + \"/kernels/available/c\";"

kernel.c.<name>.pyproject

Path to pyproject.toml of the poetry project that provides this c kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/c/pyproject.toml"

Example

"projectDir + \"/pyproject.toml\""

kernel.c.<name>.python

Name of the python interpreter (from nixpkgs) to be used for this c kernel.

Type: string

Default

"python3"

Example

"python310"

kernel.c.<name>.runtimePackages

A list of runtime packages available in this c kernel.

Type: list of package

Default

[]

kernel.c.<name>.withDefaultOverrides

Should we use default overrides provided by poetry2nix.

Type: boolean

Default

true

Example

"false"

kernel.elm

A elm kernel for IPython.

Type: attribute set of (submodule)

Default

{}

Example

"{\n  kernel.elm.\"example\".enable = true;\n}\n"

kernel.elm.<name>.displayName

Display name of the elm kernel.

Type: string

Default

"elm elm-‹name› kernel"

Example

"elm example kernel"

kernel.elm.<name>.editablePackageSources

A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

Type: attribute set of (null or path)

Default

{}

Example

"{}"

kernel.elm.<name>.enable

Enable elm kernel.

Type: boolean

Default

false

Example

true

kernel.elm.<name>.extraPackages

A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

Type: function that evaluates to a(n) list of package

Default

"<function>"

Example

"ps: []"

kernel.elm.<name>.groups

Which Poetry 1.2.0+ dependency groups to install for this elm kernel.

Type: list of string

Default

["dev"]

Example

"[\"dev\" \"doc\"]"

kernel.elm.<name>.name

Name of the elm kernel.

Type: string

Default

"elm-‹name›"

Example

"example"

kernel.elm.<name>.nixpkgs

nixpkgs flake input to be used for this elm kernel.

Type: path

Default

"/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"

Example

"self.inputs.nixpkgs\n"

kernel.elm.<name>.overrides

Path to overrides.nix file which provides python package overrides for this elm kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/elm/overrides.nix"

Example

"/kernels/available/elm/overrides.nix"

kernel.elm.<name>.poetry2nix

poetry2nix flake input to be used for this elm kernel.

Type: path

Default

"/nix/store/4myxpy1b0lipw5mcrvvghj99n1b89a49-source"

Example

"self.inputs.poetry2nix\n"

kernel.elm.<name>.poetrylock

Path to poetry.lock of the poetry project that provides this elm kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/elm/poetry.lock"

Example

"projectDir + \"/poetry.lock\""

kernel.elm.<name>.preferWheels

Use wheels rather than sdist as much as possible.

Type: boolean

Default

false

Example

"true"

kernel.elm.<name>.projectDir

Path to the root of the poetry project that provides this elm kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/elm"

Example

"self + \"/kernels/available/elm\";"

kernel.elm.<name>.pyproject

Path to pyproject.toml of the poetry project that provides this elm kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/elm/pyproject.toml"

Example

"projectDir + \"/pyproject.toml\""

kernel.elm.<name>.python

Name of the python interpreter (from nixpkgs) to be used for this elm kernel.

Type: string

Default

"python3"

Example

"python310"

kernel.elm.<name>.runtimePackages

A list of runtime packages available in this elm kernel.

Type: list of package

Default

[]

kernel.elm.<name>.withDefaultOverrides

Should we use default overrides provided by poetry2nix.

Type: boolean

Default

true

Example

"false"

kernel.nix

A nix kernel for IPython.

Type: attribute set of (submodule)

Default

{}

Example

"{\n  kernel.nix.\"example\".enable = true;\n}\n"

kernel.nix.<name>.displayName

Display name of the nix kernel.

Type: string

Default

"nix nix-‹name› kernel"

Example

"nix example kernel"

kernel.nix.<name>.editablePackageSources

A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

Type: attribute set of (null or path)

Default

{}

Example

"{}"

kernel.nix.<name>.enable

Enable nix kernel.

Type: boolean

Default

false

Example

true

kernel.nix.<name>.extraPackages

A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

Type: function that evaluates to a(n) list of package

Default

"<function>"

Example

"ps: []"

kernel.nix.<name>.groups

Which Poetry 1.2.0+ dependency groups to install for this nix kernel.

Type: list of string

Default

["dev"]

Example

"[\"dev\" \"doc\"]"

kernel.nix.<name>.name

Name of the nix kernel.

Type: string

Default

"nix-‹name›"

Example

"example"

kernel.nix.<name>.nixpkgs

nixpkgs flake input to be used for this nix kernel.

Type: path

Default

"/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"

Example

"self.inputs.nixpkgs\n"

kernel.nix.<name>.overrides

Path to overrides.nix file which provides python package overrides for this nix kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/nix/overrides.nix"

Example

"/kernels/available/nix/overrides.nix"

kernel.nix.<name>.poetry2nix

poetry2nix flake input to be used for this nix kernel.

Type: path

Default

"/nix/store/4myxpy1b0lipw5mcrvvghj99n1b89a49-source"

Example

"self.inputs.poetry2nix\n"

kernel.nix.<name>.poetrylock

Path to poetry.lock of the poetry project that provides this nix kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/nix/poetry.lock"

Example

"projectDir + \"/poetry.lock\""

kernel.nix.<name>.preferWheels

Use wheels rather than sdist as much as possible.

Type: boolean

Default

false

Example

"true"

kernel.nix.<name>.projectDir

Path to the root of the poetry project that provides this nix kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/nix"

Example

"self + \"/kernels/available/nix\";"

kernel.nix.<name>.pyproject

Path to pyproject.toml of the poetry project that provides this nix kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/nix/pyproject.toml"

Example

"projectDir + \"/pyproject.toml\""

kernel.nix.<name>.python

Name of the python interpreter (from nixpkgs) to be used for this nix kernel.

Type: string

Default

"python3"

Example

"python310"

kernel.nix.<name>.runtimePackages

A list of runtime packages available in this nix kernel.

Type: list of package

Default

[]

kernel.nix.<name>.withDefaultOverrides

Should we use default overrides provided by poetry2nix.

Type: boolean

Default

true

Example

"false"

kernel.postgres

A postgres kernel for IPython.

Type: attribute set of (submodule)

Default

{}

Example

"{\n  kernel.postgres.\"example\".enable = true;\n}\n"

kernel.postgres.<name>.displayName

Display name of the postgres kernel.

Type: string

Default

"postgres postgres-‹name› kernel"

Example

"postgres example kernel"

kernel.postgres.<name>.editablePackageSources

A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

Type: attribute set of (null or path)

Default

{}

Example

"{}"

kernel.postgres.<name>.enable

Enable postgres kernel.

Type: boolean

Default

false

Example

true

kernel.postgres.<name>.extraPackages

A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

Type: function that evaluates to a(n) list of package

Default

"<function>"

Example

"ps: []"

kernel.postgres.<name>.groups

Which Poetry 1.2.0+ dependency groups to install for this postgres kernel.

Type: list of string

Default

["dev"]

Example

"[\"dev\" \"doc\"]"

kernel.postgres.<name>.name

Name of the postgres kernel.

Type: string

Default

"postgres-‹name›"

Example

"example"

kernel.postgres.<name>.nixpkgs

nixpkgs flake input to be used for this postgres kernel.

Type: path

Default

"/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"

Example

"self.inputs.nixpkgs\n"

kernel.postgres.<name>.overrides

Path to overrides.nix file which provides python package overrides for this postgres kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/postgres/overrides.nix"

Example

"/kernels/available/postgres/overrides.nix"

kernel.postgres.<name>.poetry2nix

poetry2nix flake input to be used for this postgres kernel.

Type: path

Default

"/nix/store/4myxpy1b0lipw5mcrvvghj99n1b89a49-source"

Example

"self.inputs.poetry2nix\n"

kernel.postgres.<name>.poetrylock

Path to poetry.lock of the poetry project that provides this postgres kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/postgres/poetry.lock"

Example

"projectDir + \"/poetry.lock\""

kernel.postgres.<name>.preferWheels

Use wheels rather than sdist as much as possible.

Type: boolean

Default

false

Example

"true"

kernel.postgres.<name>.projectDir

Path to the root of the poetry project that provides this postgres kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/postgres"

Example

"self + \"/kernels/available/postgres\";"

kernel.postgres.<name>.pyproject

Path to pyproject.toml of the poetry project that provides this postgres kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/postgres/pyproject.toml"

Example

"projectDir + \"/pyproject.toml\""

kernel.postgres.<name>.python

Name of the python interpreter (from nixpkgs) to be used for this postgres kernel.

Type: string

Default

"python3"

Example

"python310"

kernel.postgres.<name>.runtimePackages

A list of runtime packages available in this postgres kernel.

Type: list of package

Default

[]

kernel.postgres.<name>.withDefaultOverrides

Should we use default overrides provided by poetry2nix.

Type: boolean

Default

true

Example

"false"

kernel.python

A python kernel for IPython.

Type: attribute set of (submodule)

Default

{}

Example

"{\n  kernel.python.\"example\".enable = true;\n}\n"

kernel.python.<name>.displayName

Display name of the python kernel.

Type: string

Default

"python python-‹name› kernel"

Example

"python example kernel"

kernel.python.<name>.editablePackageSources

A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

Type: attribute set of (null or path)

Default

{}

Example

"{}"

kernel.python.<name>.enable

Enable python kernel.

Type: boolean

Default

false

Example

true

kernel.python.<name>.extraPackages

A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

Type: function that evaluates to a(n) list of package

Default

"<function>"

Example

"ps: []"

kernel.python.<name>.groups

Which Poetry 1.2.0+ dependency groups to install for this python kernel.

Type: list of string

Default

["dev"]

Example

"[\"dev\" \"doc\"]"

kernel.python.<name>.name

Name of the python kernel.

Type: string

Default

"python-‹name›"

Example

"example"

kernel.python.<name>.nixpkgs

nixpkgs flake input to be used for this python kernel.

Type: path

Default

"/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"

Example

"self.inputs.nixpkgs\n"

kernel.python.<name>.overrides

Path to overrides.nix file which provides python package overrides for this python kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/python/overrides.nix"

Example

"/kernels/available/python/overrides.nix"

kernel.python.<name>.poetry2nix

poetry2nix flake input to be used for this python kernel.

Type: path

Default

"/nix/store/4myxpy1b0lipw5mcrvvghj99n1b89a49-source"

Example

"self.inputs.poetry2nix\n"

kernel.python.<name>.poetrylock

Path to poetry.lock of the poetry project that provides this python kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/python/poetry.lock"

Example

"projectDir + \"/poetry.lock\""

kernel.python.<name>.preferWheels

Use wheels rather than sdist as much as possible.

Type: boolean

Default

false

Example

"true"

kernel.python.<name>.projectDir

Path to the root of the poetry project that provides this python kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/python"

Example

"self + \"/kernels/available/python\";"

kernel.python.<name>.pyproject

Path to pyproject.toml of the poetry project that provides this python kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/python/pyproject.toml"

Example

"projectDir + \"/pyproject.toml\""

kernel.python.<name>.python

Name of the python interpreter (from nixpkgs) to be used for this python kernel.

Type: string

Default

"python3"

Example

"python310"

kernel.python.<name>.runtimePackages

A list of runtime packages available in this python kernel.

Type: list of package

Default

[]

kernel.python.<name>.withDefaultOverrides

Should we use default overrides provided by poetry2nix.

Type: boolean

Default

true

Example

"false"

kernel.zsh

A zsh kernel for IPython.

Type: attribute set of (submodule)

Default

{}

Example

"{\n  kernel.zsh.\"example\".enable = true;\n}\n"

kernel.zsh.<name>.displayName

Display name of the zsh kernel.

Type: string

Default

"zsh zsh-‹name› kernel"

Example

"zsh example kernel"

kernel.zsh.<name>.editablePackageSources

A mapping from package name to source directory, these will be installed in editable mode. Note that path dependencies with develop = true will be installed in editable mode unless explicitly passed to editablePackageSources as null.

Type: attribute set of (null or path)

Default

{}

Example

"{}"

kernel.zsh.<name>.enable

Enable zsh kernel.

Type: boolean

Default

false

Example

true

kernel.zsh.<name>.extraPackages

A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to pyproject.toml that you still want to include. An example of such a package may be pip.

Type: function that evaluates to a(n) list of package

Default

"<function>"

Example

"ps: []"

kernel.zsh.<name>.groups

Which Poetry 1.2.0+ dependency groups to install for this zsh kernel.

Type: list of string

Default

["dev"]

Example

"[\"dev\" \"doc\"]"

kernel.zsh.<name>.name

Name of the zsh kernel.

Type: string

Default

"zsh-‹name›"

Example

"example"

kernel.zsh.<name>.nixpkgs

nixpkgs flake input to be used for this zsh kernel.

Type: path

Default

"/nix/store/n0f21zpy9w90sa9v75iwx6fmk897z3nw-source"

Example

"self.inputs.nixpkgs\n"

kernel.zsh.<name>.overrides

Path to overrides.nix file which provides python package overrides for this zsh kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/zsh/overrides.nix"

Example

"/kernels/available/zsh/overrides.nix"

kernel.zsh.<name>.poetry2nix

poetry2nix flake input to be used for this zsh kernel.

Type: path

Default

"/nix/store/4myxpy1b0lipw5mcrvvghj99n1b89a49-source"

Example

"self.inputs.poetry2nix\n"

kernel.zsh.<name>.poetrylock

Path to poetry.lock of the poetry project that provides this zsh kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/zsh/poetry.lock"

Example

"projectDir + \"/poetry.lock\""

kernel.zsh.<name>.preferWheels

Use wheels rather than sdist as much as possible.

Type: boolean

Default

false

Example

"true"

kernel.zsh.<name>.projectDir

Path to the root of the poetry project that provides this zsh kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/zsh"

Example

"self + \"/kernels/available/zsh\";"

kernel.zsh.<name>.pyproject

Path to pyproject.toml of the poetry project that provides this zsh kernel.

Type: path

Default

"/nix/store/7iia1fh4z5aqcqgbakahir9lkwfp82j8-source/kernels/available/zsh/pyproject.toml"

Example

"projectDir + \"/pyproject.toml\""

kernel.zsh.<name>.python

Name of the python interpreter (from nixpkgs) to be used for this zsh kernel.

Type: string

Default

"python3"

Example

"python310"

kernel.zsh.<name>.runtimePackages

A list of runtime packages available in this zsh kernel.

Type: list of package

Default

[]

kernel.zsh.<name>.withDefaultOverrides

Should we use default overrides provided by poetry2nix.

Type: boolean

Default

true

Example

"false"