Commit Graph

1090 Commits

Author SHA1 Message Date
DavHau
d76408ae63 feat: remove contribute app 2022-11-15 23:07:08 +01:00
DavHau
eb4020d8c1 feat: fixup contributor templates to actually build something
- the translator is now a niv translator
- the builder generates an output combining the fetched niv inputs
2022-11-15 22:34:43 +01:00
DavHau
8e40fba809 featL: builders: automatically select a default builder if none is hardcoded 2022-11-15 22:27:28 +01:00
DavHau
2a35827419 fix: dream-lock example field dependencies 2022-11-15 22:25:15 +01:00
DavHau
1447e73b33 fix: don't crash if sourcesAggregatedHash is undefined 2022-11-15 15:42:39 +01:00
DavHau
8f34b729b0 feat: add new fetcher type archive
Fetches archives and verifies checksum against extracted content
2022-11-15 15:42:04 +01:00
DavHau
5b5313e611
Merge pull request #376 from nix-community/ci
chore: reduce packages built by .#tests-examples
2022-11-15 09:52:38 +01:00
DavHau
a0c0260c14 chore: reduce packages built by .#tests-examples 2022-11-15 00:13:25 +01:00
Yusuf Bera Ertan
b2cd899b0f
fix: dont pass projects to discoverProjects 2022-11-15 02:01:16 +03:00
DavHau
5459aee477
Merge pull request #375 from nix-community/jsonschema
verify dream-lock examples via jsonschema
2022-11-14 22:38:56 +01:00
DavHau
d13a183a4b fix: add job for integration-d2n-flakes 2022-11-14 18:51:09 +01:00
DavHau
4427f736aa chore: verify dream-lock examples 2022-11-14 18:24:31 +01:00
DavHau
0944b40e20
Merge pull request #373 from antotocar34/quick_doc_fix
doc: Set a sensical path in command instructions
2022-11-14 18:16:29 +01:00
DavHau
fbba21b525 chore: rename directory of flake based integration tests 2022-11-14 15:42:35 +01:00
DavHau
508c48a2b9 fix: contribute app crashing on imports 2022-11-14 15:38:12 +01:00
DavHau
074d3f4449 chore: add jsonschema for python subsystem 2022-11-14 14:52:23 +01:00
DavHau
7c32ec563d chore: include subsystem jsonschemas via $ref 2022-11-14 14:52:03 +01:00
Antoine Carnec
d624cf0b6f Set a sensical path in command instructions 2022-11-14 12:55:30 +00:00
Yusuf Bera Ertan
bc994d0eed
docs: add pkgs-rust badge to readme 2022-11-14 02:03:56 +03:00
DavHau
e7e07b6996
Merge pull request #372 from antotocar34/packagesDir_typecheck
fix: Added type check for packagesDir option
2022-11-13 21:31:10 +01:00
Antoine Carnec
fc80de8768 fix: Added type check for packagesDir option 2022-11-13 15:50:33 +00:00
DavHau
1c7f958856
Merge pull request #371 from nix-community/no-discovery
No discovery
2022-11-13 16:10:57 +01:00
DavHau
1eec3ec74f feat: add example for defining projects manually 2022-11-13 16:00:32 +01:00
DavHau
b22f1f57d4
Merge pull request #370 from phaer/patch-1
nodejs/sharp: add libvips dependcy
2022-11-13 15:39:02 +01:00
DavHau
ba44952315 feat: also apply new logic for projects on lib.nix 2022-11-13 15:21:46 +01:00
DavHau
15f1add940 fix: wrong arguments passed to discoverProjects 2022-11-13 15:12:54 +01:00
DavHau
bd958e2566 feat: ignore discoveredProjects if projects is defined 2022-11-13 15:05:35 +01:00
DavHau
4214176e5a fix: flake-parts: don't crash if devShell not exported by builder 2022-11-13 15:03:52 +01:00
Yusuf Bera Ertan
d158e88bc2
Merge pull request #369 from nix-community/refactor/examples 2022-11-13 15:47:52 +03:00
Yusuf Bera Ertan
e104aca557
docs: add documentation for setting profile and flags while using crane builder 2022-11-13 15:26:46 +03:00
Yusuf Bera Ertan
15d4de2c2c
feat: introduce cargoTestProfile and cargoBuildProfile for crane 2022-11-13 15:18:54 +03:00
Yusuf Bera Ertan
81a155921a
feat: introduce cargoTestFlags and cargoBuildFlags for the crane builder 2022-11-13 15:13:07 +03:00
Paul Haerle
bb0cf0d544 nodejs/sharp: add libvips dependcy 2022-11-13 12:36:33 +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
Yusuf Bera Ertan
25b6aba079
fix(rust): fix compat issue with the Cargo.lock we generate 2022-11-13 13:53:29 +03:00
Yusuf Bera Ertan
7f56135711
feat: let indexes specify builder, remove settings from makeOutputsForIndexes since it is not used 2022-11-13 11:53:58 +03:00
DavHau
86d6c6a42e fix example for overriding devShell 2022-11-12 10:03:45 +01:00
DavHau
b41c0c124c Merge branch 'indexers' 2022-11-12 09:59:55 +01:00
DavHau
7f1eb4e4e8
Merge pull request #366 from nix-community/refactor/flake-parts
refactor(flake-parts): use perSystem for defining inputs, drop makeFl…
2022-11-12 00:07:24 +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
c2096ba8e8 fix: don't load apps from isolated source 2022-11-11 18:53:10 +01:00
DavHau
9d02ba465b fix: indexers: fix path to format-dream-lock.py 2022-11-11 18:25:04 +01:00
DavHau
9995d1330d fix: indexers: translate -> apps.translate 2022-11-11 18:21:56 +01:00
DavHau
e2019b341d fix: indexers: create empty translation-errors.json by default 2022-11-11 18:19:00 +01:00
Yusuf Bera Ertan
e98ca58528
fix(indexers): make crates-io-simple indexer work again 2022-11-10 02:43:18 +03:00
DavHau
fd24b2243d
Merge pull request #364 from nix-community/badges
add stats for ecosystems to readme
2022-11-09 23:07:31 +01:00
DavHau
20fa990465 add stats for ecosystems to readme 2022-11-09 23:06:19 +01:00