DavHau
|
f59346d1d6
|
add flake template
|
2022-04-08 11:59:24 +01:00 |
|
DavHau
|
84135ea205
|
update alejandra
|
2022-04-04 17:08:26 +01:00 |
|
DavHau
|
e939aa6810
|
fix: rust source path self reference
fixes #107
|
2022-04-04 16:55:08 +01:00 |
|
DavHau
|
be7f4f488d
|
rust: fallback to relPath if name not in Cargo.toml
|
2022-04-04 16:34:23 +01:00 |
|
DavHau
|
ecf409e502
|
ignore peerDependencies for top level package
fixes #105
|
2022-04-04 15:40:47 +01:00 |
|
DavHau
|
0f0fa91056
|
fix missing defaultApp
|
2022-04-04 12:47:02 +01:00 |
|
DavHau
|
0bcb6ec0f5
|
remove .#resolve
(in favor of .#package-name.resolve)
fixes #106
|
2022-04-04 12:36:45 +01:00 |
|
DavHau
|
0ceb2b95b4
|
fix: injecting unknown dependency breaks eval
fixes #104
|
2022-04-04 11:52:34 +01:00 |
|
DavHau
|
2b4c65a589
|
Merge pull request #102 from tgunnoe/workspace-name-fix
fix: use name attr before workspace path
|
2022-04-02 03:41:24 +07:00 |
|
tgunnoe
|
fb232c8cb0
|
fix: typo workspaceDependencies
|
2022-03-30 14:54:14 -04:00 |
|
tgunnoe
|
d019c19164
|
fix: use name attr before workspace path
|
2022-03-30 14:54:14 -04:00 |
|
DavHau
|
170a157b1f
|
add comment for filteredRequires in package-lock transl.
|
2022-03-30 16:46:46 +07:00 |
|
DavHau
|
7afa741704
|
fix: navigating to relPath in package-json transl.
|
2022-03-30 16:23:27 +07:00 |
|
DavHau
|
ec30059894
|
some fixes for package-json and package-lock
- fix missing git & ssh in pacakge-json translator
- package-lock: if dependency missing, raise warning instead of error.
|
2022-03-30 16:17:55 +07:00 |
|
DavHau
|
28b890821f
|
fix missing git in tests-examples
|
2022-03-28 23:42:49 +07:00 |
|
DavHau
|
f2d40e70cb
|
remove tests-impure
|
2022-03-28 23:34:56 +07:00 |
|
DavHau
|
5c037c970d
|
add examples for aggregated fetching
|
2022-03-28 23:22:54 +07:00 |
|
DavHau
|
502a2fefc5
|
fix aggregated fetching
|
2022-03-28 23:20:44 +07:00 |
|
DavHau
|
bc97f186e2
|
move tests from ./tests/impure to ./examples
|
2022-03-28 14:14:02 +07:00 |
|
DavHau
|
98ca5ea9bc
|
treat subsystemInfo as translatorArgs
|
2022-03-28 13:53:06 +07:00 |
|
DavHau
|
5b97484a4f
|
improve testing examples
|
2022-03-28 13:52:35 +07:00 |
|
DavHau
|
489f1ab2c7
|
remove cli and cli2
|
2022-03-27 22:40:54 +07:00 |
|
DavHau
|
48439d7e8b
|
rename: lib2 -> lib
|
2022-03-27 22:32:08 +07:00 |
|
DavHau
|
0593d9d931
|
remove lib.nix
|
2022-03-27 22:31:17 +07:00 |
|
DavHau
|
f7c034d4ee
|
add ./examples with flake examples
|
2022-03-27 22:16:45 +07:00 |
|
DavHau
|
065c283b75
|
add sourceOverrides to lib2
|
2022-03-27 21:45:31 +07:00 |
|
DavHau
|
783a64d33a
|
allow selecting builder via lib2
|
2022-03-27 20:08:22 +07:00 |
|
DavHau
|
c121372991
|
fix broken format-dream-lock.py
|
2022-03-25 19:30:46 +07:00 |
|
DavHau
|
6882b06562
|
fix typo makeFlakeOutpus -> makeFlakeOutputs
|
2022-03-15 23:24:16 +07:00 |
|
DavHau
|
0ef1821bdc
|
toposort discovered projects to improve selection of main project
|
2022-03-14 10:15:19 +07:00 |
|
DavHau
|
cd223d4669
|
python: fix pip translator
|
2022-03-14 10:14:23 +07:00 |
|
DavHau
|
753452e0fb
|
add discoverer for python
|
2022-03-14 10:14:01 +07:00 |
|
DavHau
|
e840c50ec7
|
mark pip translator as experimental
|
2022-03-13 13:06:58 +07:00 |
|
DavHau
|
07d43c4536
|
fix python translator + builder
|
2022-03-13 13:01:20 +07:00 |
|
DavHau
|
5e187915a1
|
Merge remote-tracking branch 'origin/main'
|
2022-03-13 12:49:39 +07:00 |
|
DavHau
|
cdb1f1cdca
|
Merge pull request #100 from max-privatevoid/patch-1
Add aarch64-linux support
|
2022-03-13 12:07:23 +07:00 |
|
Max
|
656a5d6af2
|
Add aarch64-linux support
I'd like to use dream2nix on an ARM64 machine. Passes `nix flake check`.
|
2022-03-13 02:06:23 +01:00 |
|
DavHau
|
c90bcd7389
|
disable go translator
|
2022-03-12 23:08:02 +07:00 |
|
DavHau
|
867c1dbce5
|
add matrix link to readme
|
2022-03-12 21:07:27 +07:00 |
|
DavHau
|
40dedd358a
|
fix: simpleTranslate[2]: filter out store paths
|
2022-03-12 19:43:46 +07:00 |
|
DavHau
|
38cfc11d5c
|
fix: getRoot trying to resolve root of mainPackage
|
2022-03-12 19:07:58 +07:00 |
|
DavHau
|
5b1a71c10e
|
add discoverer for rust
|
2022-03-12 17:51:43 +07:00 |
|
DavHau
|
1fbd29bc66
|
introduce dlib.construct for safe object cosntruction
|
2022-03-12 14:38:20 +07:00 |
|
DavHau
|
83c1d872d7
|
Merge pull request #99 from tgunnoe/git-plus-resolved
fix: parse resolved keys with git+https correctly
|
2022-03-12 14:15:18 +07:00 |
|
tgunnoe
|
9b1ca860f0
|
fix: parse resolved keys with git+https correctly
|
2022-03-11 23:26:56 -05:00 |
|
DavHau
|
5beb65e370
|
refactor yarn-lock translator
|
2022-03-10 17:10:21 +07:00 |
|
DavHau
|
d0cfed18e7
|
add inject for lib2
|
2022-03-10 17:05:34 +07:00 |
|
DavHau
|
6341f38026
|
nodejs improvements:
- create passthru.dependencies
- always include peerDeps
- correctly write `location` to dream lock
|
2022-03-10 14:43:12 +07:00 |
|
DavHau
|
ae169b42ac
|
fix: path of path dependencies not computer correctly
|
2022-03-10 14:41:29 +07:00 |
|
DavHau
|
3f46f3fad2
|
fix: count workspaces as dependencies
|
2022-03-10 14:01:18 +07:00 |
|