Python: Difference between revisions
imported>Gabysbrain fix typos in shell.nix script so it evaluates without errors |
imported>Skallito mNo edit summary |
||
| Line 26: | Line 26: | ||
in | in | ||
environment.systemPackages = [ | environment.systemPackages = [ | ||
pkgs.python3.withPackages my-python-packages | (pkgs.python3.withPackages my-python-packages) | ||
]; | ]; | ||
</syntaxHighlight> | </syntaxHighlight> | ||