Improved readability of the code
This commit is contained in:
parent
9c92bef2d9
commit
650d470f08
|
@ -54,10 +54,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
((python37.withPackages (ps: with ps; [
|
((
|
||||||
docutils # Provides rendering of ReStructured Text files
|
python37.withPackages (ps: with ps; [
|
||||||
pygments # Provides syntax highlighting
|
docutils # Provides rendering of ReStructured Text files
|
||||||
])).override({}))
|
pygments # Provides syntax highlighting
|
||||||
|
])
|
||||||
|
))
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue