use with
This commit is contained in:
parent
f08de43ffc
commit
a521238985
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
|||
inherit inputs pkgs;
|
||||
modules = [
|
||||
{
|
||||
packages = [
|
||||
pkgs.python311Packages.ruff
|
||||
packages = with pkgs.python311Packages; [
|
||||
ruff
|
||||
];
|
||||
languages.python = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue