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;
|
inherit inputs pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
packages = [
|
packages = with pkgs.python311Packages; [
|
||||||
pkgs.python311Packages.ruff
|
ruff
|
||||||
];
|
];
|
||||||
languages.python = {
|
languages.python = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue