use 39 for grip for backcompat

This commit is contained in:
Nathan McCarty 2022-05-25 19:55:54 -04:00
parent fa87638614
commit de8b90bd13
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ in
environment.systemPackages = [
emacsPackage
# For markdown rendering
pkgs.python310Packages.grip
pkgs.python39Packages.grip
# For graph generation
pkgs.graphviz
];