use with
All checks were successful
Actions / Build (push) Successful in 12s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 20s
Actions / Build Documentation (push) Successful in 27s

This commit is contained in:
Seaswimmer 2024-12-08 10:18:15 -05:00
parent f08de43ffc
commit a521238985
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -44,8 +44,8 @@
inherit inputs pkgs; inherit inputs pkgs;
modules = [ modules = [
{ {
packages = [ packages = with pkgs.python311Packages; [
pkgs.python311Packages.ruff ruff
]; ];
languages.python = { languages.python = {
enable = true; enable = true;