Commit Graph

90 Commits

Author SHA1 Message Date
DavHau
e82afbcb55 fix: python pip example 2022-12-15 14:53:22 +07:00
DavHau
011b8ba238 add example for defining projects as attrs 2022-12-13 13:40:46 +07:00
DavHau
a62727de80 add example for automatic project detection 2022-12-13 13:32:16 +07:00
DavHau
4b57061c04 fix example _d2n-extended: reference ./proejcts.toml 2022-12-13 12:46:38 +07:00
DavHau
01b5d43524 chore: use projects.toml in docs and examples 2022-12-13 12:42:03 +07:00
DavHau
8b4d355e80 chore: examples: _d2n-extend-devShell: override also default attribute 2022-12-09 11:22:27 +07:00
DavHau
ecc71875f5 chore: limit API surface; remove makeOutputs from examples 2022-12-04 01:17:34 +07:00
Antoine Carnec
fc71ea64a8 Removed erroneous pythonVersion argument 2022-12-01 16:18:19 +00:00
DavHau
ce047a9cea chore: stop promoting flake parts as api is in beta 2022-12-01 18:56:19 +07:00
DavHau
3dd3402908 feat: python: poetry: add flags pythonVersion, system 2022-11-23 12:52:36 +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
DavHau
b9225c85b4 chore: python: pip: rename pythonAttr -> pythonVersion 2022-11-23 12:15:03 +01:00
DavHau
8292f47f42 chore: python: rename pinned -> pip-freeze 2022-11-23 10:58:17 +01:00
Florian Friesdorf
8fe0f06a47 Add python translator for pinned packages
Co-authored-by: DavHau <hsngrmpf+github@gmail.com>
2022-11-22 18:06:20 +00:00
Yusuf Bera Ertan
da25b343c6
refactor: rename dream2nixInterface -> dream2nix-interface 2022-11-22 17:45:11 +03:00
Yusuf Bera Ertan
f44016a2d4
refactor: move dream2nix interface to modules 2022-11-20 09:03:09 +03:00
DavHau
a0c0260c14 chore: reduce packages built by .#tests-examples 2022-11-15 00:13:25 +01:00
DavHau
1eec3ec74f feat: add example for defining projects manually 2022-11-13 16:00:32 +01:00
Yusuf Bera Ertan
6f840b11f1
fix: rename checks in examples 2022-11-13 14:19:46 +03:00
Yusuf Bera Ertan
37c71736a7
refactor: change some examples sources to make them take less time on CI 2022-11-13 14:11:56 +03:00
DavHau
86d6c6a42e fix example for overriding devShell 2022-11-12 10:03:45 +01:00
Yusuf Bera Ertan
ccde7c928b
fix: correct example dream2nix input url 2022-11-12 01:04:07 +03:00
Yusuf Bera Ertan
19933dbcf0
refactor(flake-parts): make outputs option more consistent, use mkMerge for merging, default projectRoot to self 2022-11-12 01:01:19 +03:00
Yusuf Bera Ertan
759b662e02
refactor(flake-parts): use perSystem for defining inputs, drop makeFlakeOutputs usage 2022-11-11 22:36:13 +03:00
DavHau
ffcdcff326 change example to fix #352 2022-11-08 22:16:08 +01:00
DavHau
2c836a8bbb
Merge pull request #336 from leungbk/cabal-freeze-tweaks
cabal-freeze improvements
2022-11-08 21:33:57 +01:00
Yusuf Bera Ertan
cc3020a32f
refactor: change projects -> inputs, make option description more explanatory 2022-10-31 22:26:03 +03:00
Yusuf Bera Ertan
5fd403b090
feat: define projects via attrset, rename flakePartsModule to flakeModule 2022-10-29 03:57:38 +03:00
Yusuf Bera Ertan
f15d2efa0b
feat: add outputs attributes for accessing raw dream2nix outputs, showcase overriding package in example 2022-10-29 02:40:57 +03:00
Yusuf Bera Ertan
773d8bac43
feat: add a flake-parts module 2022-10-29 00:51:52 +03:00
DavHau
a20bb9ced1 add example for devShell via dlib.mergeFlakes 2022-10-28 22:36:14 +02:00
Bill Ewanick
38ce98e281 Add example of overriding devShells to prettier flake 2022-10-28 21:39:47 +02:00
Brian Leung
2d78731477
translators/cabal-freeze: Read name and version from cabal file
Also remove those fields from extraArgs.
2022-10-22 02:25:39 -07:00
Brian Leung
68c23526e5
translators/cabal-freeze: add example flake 2022-10-17 04:29:06 -07:00
DavHau
26e4adffcc Merge remote-tracking branch 'origin/main' into indexers 2022-10-15 00:21:18 +02:00
DavHau
bd9173e14a fix: example for indexers 2022-10-14 00:40:36 +02:00
Yusuf Bera Ertan
0bac3a3476
tests: attemp to fix _d2n-extended 2022-10-06 22:48:12 +03:00
Yusuf Bera Ertan
14a56a8d43
tests: fix _d2n-extended-new-subsystem 2022-10-06 22:24:07 +03:00
Yusuf Bera Ertan
55db7931ce
tests: fix unit tests, fix extended examples 2022-10-06 20:53:59 +03:00
Yusuf Bera Ertan
0d56a0f089
tests: fix _d2n-extended test again 2022-10-04 18:11:10 +03:00
Yusuf Bera Ertan
80ec66e77a
tests: fix _d2n-extended test 2022-10-04 16:50:42 +03:00
Yusuf Bera Ertan
b4a93ebbae
feat: make fetchers use modules 2022-10-04 15:46:53 +03:00
DavHau
a5bf4443bb
Merge pull request #317 from leungbk/racket-impure
Racket: add impure translator and simple builder
2022-10-04 12:42:17 +02:00
Yusuf Bera Ertan
fad33143f9
fix: use modules from makeFlakeOutputs, pass dream2nixConfig to modules specialArgs 2022-10-03 15:18:27 +03:00
Yusuf Bera Ertan
74128bba5d
fix: remove extra usage from _d2n-extended-new-subsystem 2022-10-03 15:18:27 +03:00
Yusuf Bera Ertan
6871e9e560
fix: fix extended examples 2022-10-03 15:18:27 +03:00
Brian Leung
c17d995e8d
Add impure Racket translator 2022-10-01 23:33:23 -07:00
Yusuf Bera Ertan
15b8621648
tests: fix _d2n-extended test 2022-09-25 22:54:05 +03:00
Yusuf Bera Ertan
7432b27e13
tests: fix new-subsystem test 2022-09-25 21:01:43 +03:00