Compare commits
1 commit
3229597138
...
fe71c546c4
Author | SHA1 | Date | |
---|---|---|---|
fe71c546c4 |
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ in
|
||||||
{
|
{
|
||||||
extraPackages = [ (pkgs.python3.withPackages (p: [ p.jupytext ])) ];
|
extraPackages = [ (pkgs.python3.withPackages (p: [ p.jupytext ])) ];
|
||||||
plugins = {
|
plugins = {
|
||||||
image.enable = lib.mkForce enableExceptInTests;
|
image.enable = enableExceptInTests;
|
||||||
jupytext = {
|
jupytext = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.custom_language_formatting.python = {
|
settings.custom_language_formatting.python = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue