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