mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
added pathspec override
This commit is contained in:
parent
a175ec5133
commit
1475bc2278
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"pathspec": [
|
||||||
|
"flit-core"
|
||||||
|
],
|
||||||
"types-pygments": [
|
"types-pygments": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
@ -35,10 +38,6 @@
|
||||||
"builddsl": [
|
"builddsl": [
|
||||||
"poetry"
|
"poetry"
|
||||||
],
|
],
|
||||||
"iniconfig": [
|
|
||||||
"hatchling",
|
|
||||||
"hatch-vcs"
|
|
||||||
],
|
|
||||||
"kraken-common": [
|
"kraken-common": [
|
||||||
"poetry"
|
"poetry"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue