Commit Graph

1357 Commits

Author SHA1 Message Date
DavHau
2749626e4a fix app detect-projects 2022-12-13 12:42:03 +07:00
DavHau
cb641555c8 chore: lib.nix remove projectsJson from flake outputs 2022-12-13 12:42:03 +07:00
DavHau
e48421c830 feat: makeFLakeOutputs: add flag autoProjects
- defaults to false
- helpful error is raised if set to false and `projects` is not defined
2022-12-13 12:42:03 +07:00
DavHau
08f1b71c44 add app discover-projects 2022-12-13 12:42:03 +07:00
DavHau
e7bd51d83e add functions.discoverers.discoverProjects2 2022-12-13 12:42:03 +07:00
Yusuf Bera Ertan
3d6f13ef9d
Merge pull request #420 from hercules-ci/fix-flake-parts-doc-eval 2022-12-11 02:33:03 +03:00
Robert Hensing
29c1d1dfb9 fix: flake-parts: mask non renderable default in dream2nix.config 2022-12-10 23:48:40 +01:00
DavHau
a46b77e224
Merge pull request #417 from fufexan/electron
nodejs/electron: add 22.0.0
2022-12-10 17:54:33 +07:00
Mihai Fufezan
9ad30ec154
nodejs/electron: add 22.0.0 2022-12-09 23:50:06 +02:00
DavHau
8b4d355e80 chore: examples: _d2n-extend-devShell: override also default attribute 2022-12-09 11:22:27 +07:00
Yusuf Bera Ertan
4b1ef01a87
feat(rust): update crane builder 2022-12-08 23:55:30 +03:00
DavHau
3681e0d5f5 fix: b.fetchArchive -> b.fetchTarball
fixes 8f34b729b0 (commitcomment-91986074)
2022-12-06 16:41:55 +07:00
DavHau
3edd6a9f74
Merge pull request #409 from phaer/fix-dream-lock-example
fix dream-lock example & schema
2022-12-04 01:52:47 +07:00
DavHau
811b2852cc
Merge pull request #408 from nix-community/remove-makeOutputs-example
Remove makeOutputs from examples
2022-12-04 01:31:59 +07:00
DavHau
ecc71875f5 chore: limit API surface; remove makeOutputs from examples 2022-12-04 01:17:34 +07:00
DavHau
4ff37772b9 fix: bug in makeFlakeOutputs if list of pkgs is passed 2022-12-04 01:17:34 +07:00
DavHau
bba1797090
Merge pull request #411 from nix-community/fix-poetry
fix: python: poetry: incompatible with newer version of poetry.lock
2022-12-04 01:16:42 +07:00
DavHau
bbde0ae022 fix: python: poetry: incompatible with newer version of poetry.lock 2022-12-04 00:00:28 +07:00
DavHau
b05c7a4be4
Merge pull request #399 from antotocar34/mkOutput_module_args
Leverage module system to type check and document `makeOutputs` arguments
2022-12-03 22:24:02 +07:00
Paul Haerle
fbea043f2e
fix dream-lock example & schema
Fixes a typo introduced in 2a35827419 and adapts the schema to reflect changes.
2022-12-03 13:09:35 +01:00
Antoine Carnec
fc71ea64a8 Removed erroneous pythonVersion argument 2022-12-01 16:18:19 +00:00
Antoine Carnec
3ff36b0613 Merge branch 'main' into mkOutput_module_args 2022-12-01 16:16:38 +00:00
Antoine Carnec
8215405fb4 Fixed silly parentheses mistake 2022-12-01 15:58:24 +00:00
Antoine Carnec
6425c92f65 Updated arguments and examples 2022-12-01 15:53:36 +00:00
Antoine Carnec
2824ed2929 Don't expose discoveredProjects to the user 2022-12-01 15:18:04 +00:00
Antoine Carnec
97f3bbf22e
Remove redundant argument
Co-authored-by: DavHau <hsngrmpf+github@gmail.com>
2022-12-01 15:09:07 +00:00
DavHau
ce047a9cea chore: stop promoting flake parts as api is in beta 2022-12-01 18:56:19 +07:00
DavHau
b6af939461
chore: add dark logo to readme 2022-11-30 00:43:59 +07:00
DavHau
7925ea3fe7
Merge pull request #397 from phaer/poetry-translator
WIP: pure poetry translator
2022-11-27 12:30:49 +00:00
DavHau
5095de6aa3 fix: python: simple-builder: add wheel to nativeBuildInputs 2022-11-27 13:05:03 +01:00
phaer
ed42f6fa09 wip: adapt python builder for poetry. 2022-11-25 11:52:38 +01:00
Yusuf Bera Ertan
a5e098038c
fix: correct simple template path 2022-11-25 06:02:43 +03:00
Antoine Carnec
ee92dc7a45 Added module to document and type check arguments of makeOutputs 2022-11-24 11:16:19 +00:00
phaer
c51db6ebeb docs: add pypi-wheel fetcher 2022-11-23 20:43:20 +01:00
phaer
f9e6c0e245 update poetry2nix 2022-11-23 18:18:37 +01:00
phaer
77d27d0844 read defaultPackageName from pyproject.toml 2022-11-23 18:17:46 +01:00
DavHau
3dd3402908 feat: python: poetry: add flags pythonVersion, system 2022-11-23 12:52:36 +01:00
DavHau
31b0b52dc2 chore: python: poetry: cleanup 2022-11-23 12:37:06 +01:00
phaer
a4cca9b99d pypi-sdist: use simple hashing 2022-11-23 12:37:06 +01:00
phaer
5a28f90c90 poetry translator: use pep425 algo 2022-11-23 12:37:06 +01:00
phaer
53cfc7610a appease python tools by naming files appropriately 2022-11-23 12:37:06 +01:00
phaer
1885ab718d initialize poetry translator 2022-11-23 12:37:06 +01:00
phaer
0a60cec98c initialize poetry translator from templates 2022-11-23 12:37:06 +01:00
phaer
5bed752fbe add pypi-wheel fetcher 2022-11-23 12:37:06 +01:00
phaer
54aa9bce09 fix schema for pypi-sdist fetcher...
pypi-sdist expects pname and version parameters,
lets reflect that in the schema.
2022-11-23 12:37:06 +01:00
DavHau
861e46a205
Merge pull request #395 from chaoflow/pinned-python
WIP frozen python requirements
2022-11-23 11:26:05 +00:00
DavHau
b9225c85b4 chore: python: pip: rename pythonAttr -> pythonVersion 2022-11-23 12:15:03 +01:00
DavHau
bfa08c70d2 fix: fix pure translator template 2022-11-23 11:15:08 +01:00
DavHau
e19470f509 chore: improve pure translator template 2022-11-23 11:09:54 +01:00
DavHau
039742749f fix: python: pip-freeze: fix default package name 2022-11-23 11:09:32 +01:00