Commit Graph

1365 Commits

Author SHA1 Message Date
DavHau
3218cedcb4 feat: update odoo and airflow modules for caching 2023-03-13 12:46:11 +07:00
DavHau
8872c49d9b feat: improve mach-nix-xs, add caching 2023-03-13 12:46:11 +07:00
DavHau
4d709cbc81 feat: add eval-cache drv-parts module 2023-03-13 12:46:11 +07:00
DavHau
4ff55928ba chore: update python packages 2023-03-13 12:46:11 +07:00
DavHau
c474e1e41a feat(packages): add apache-airflow 2023-03-13 12:46:11 +07:00
DavHau
176db2410f feat(mach-nix-xs): use lazyAttrsOf 2023-03-13 12:46:11 +07:00
DavHau
43ac36c5a9 add drv-parts template 2023-03-13 12:46:11 +07:00
DavHau
f23119905d add odoo python package 2023-03-13 12:46:11 +07:00
DavHau
24376f6016 feat: add mach-nix-xs 2023-03-13 12:46:11 +07:00
DavHau
90fe5a0d7e init 2023-03-13 12:46:11 +07:00
DavHau
771ff6e378 fix: remote location of cabal2json repo in examples 2023-03-13 12:45:31 +07:00
DavHau
c0158aea96
Merge pull request #483 from Lainera/main
fix: remove rollup patch
2023-03-09 13:51:54 +07:00
Lainera
255014a62b
Merge pull request #1 from Lainera/fix/remove-rollup-patch
fix: remove rollup patch
2023-03-04 13:48:06 -08:00
Lainera
314baa111c
fix: remove rollup patch
Subj, this patch appends NODE_PATH to the `moduleDirectories`
which according to [plugin docs][module-directories] would be used to
recursively search for modules.
It does, however, cause rollup to fail with an error, complaining
about absolute paths belonging in the [`modulePaths`][module-paths].
One way to workaround this issue would be to split `moduleDirectories`
configuration across two lines, which would cause search and replace
to fail and subsequently rollup would not complain.
This workaround leads to working build, which leads me to believe that
existing comment is right and this patch is not needed in the first
place.

[module-directories]: <https://github.com/rollup/plugins/tree/master/packages/node-resolve#moduledirectories>
[module-paths]: <https://github.com/rollup/plugins/tree/master/packages/node-resolve#modulepaths>
2023-03-04 13:46:16 -08:00
Yusuf Bera Ertan
28b973a8d4
fix(rust): fix workspace dependency patching 2023-02-25 04:53:05 +03:00
Yusuf Bera Ertan
db72710500
fix(rust): filter out more attributes from devshells, fixes devshell build 2023-02-21 18:12:24 +03:00
Yusuf Bera Ertan
74d74154e0
fix(rust): don't pass phases to devshell as they are not useful and only bloat the env 2023-02-21 00:21:24 +03:00
DavHau
34224b95bf
Merge pull request #472 from hsjobeki/main
nodejs: fix symlink issues
2023-02-19 17:49:30 +07:00
Yusuf Bera Ertan
a24f9098e6
chore: update flake-parts input 2023-02-18 22:06:01 +03:00
hsjobeki
f825829977 Merge branch 'main' of github.com:hsjobeki/dream2nix 2023-02-17 10:24:16 +01:00
hsjobeki
77dbc655cd fix existing symlinks issue when using symlinks 2023-02-17 10:24:02 +01:00
DavHau
b4b491bd77
Merge pull request #465 from max-privatevoid/flake-module-tweaks
flake-parts: add builder option + don't expose packages automatically
2023-02-16 09:19:56 +07:00
DavHau
02aaf296c3
Merge pull request #470 from dnswd/main
chore: nodejs: add hashes for electron 22.1.0 and 22.2.1
2023-02-15 08:46:57 +07:00
Dennis Al Baihaqi Walangadi
6b1ddf8425 chore: nodejs: add electron hash for 22.1.0 2023-02-14 22:21:25 +07:00
Dennis Al Baihaqi Walangadi
a95f1a9aab chore: nodejs: add electron hash for 22.2.1 2023-02-14 22:13:17 +07:00
DavHau
6c35ffb804
Merge pull request #468 from nix-community/v1
feat(v1 API): document v1 API examples
2023-02-06 14:50:32 +07:00
DavHau
dc9954aae4 feat(v1 API): document v1 API examples 2023-02-06 14:44:19 +07:00
DavHau
f47ce48d15 fix: formatting 2023-02-06 14:35:45 +07:00
DavHau
f61d9311e2
Merge pull request #443 from oati/cabal-translator
haskell: add impure cabal-plan translator based on hackage translator
2023-02-01 15:01:17 +07:00
Max
7105c9b778 tests: fix contribute test 2023-01-31 18:30:16 +01:00
Max
5212f53cb9 examples: show manual package selection in flake-parts module 2023-01-31 17:41:55 +01:00
Max
28c5bd5d9f flake-parts: add builder option 2023-01-31 17:30:44 +01:00
Max
e25f6be965 flake-parts: don't automatically expose packages and devShells 2023-01-31 16:53:23 +01:00
DavHau
073357486c haskell: cabal: fix project.toml of example 2023-01-31 16:03:43 +07:00
DavHau
28da5efffd
Merge pull request #405 from phaer/poetry-build-requirements
Poetry: support build requirements
2023-01-31 15:42:59 +07:00
DavHau
13eb4c8bd1
Merge pull request #455 from waalge/waalge/bump-docs
Waalge/bump docs
2023-01-31 13:50:07 +07:00
DavHau
f7182ca29a fix: make use if python.interpreter 2023-01-31 13:47:17 +07:00
DavHau
150bee9458
Merge pull request #462 from leungbk/racket-update
Racket: make pruned-racket-catalog a flake input
2023-01-31 13:25:19 +07:00
Yusuf Bera Ertan
d91e7381fa
fix(rust): normalize dependencies inherited from workspace (#463) 2023-01-27 22:39:34 +03:00
Brian Leung
4ca7a45f63
Racket: make pruned-racket-catalog a flake input 2023-01-26 19:03:06 -08:00
Brian Leung
d685c829a3
info.rkt: cosmetics 2023-01-26 19:03:06 -08:00
DavHau
029dcc6358
Merge pull request #454 from zainab-ali/racket-git-repo
Support git url dependencies in Racket dream2nix generation
2023-01-24 22:03:47 +07:00
waalge
e4dedcde75 rm pre-commit hook for docs & mv error catch to package 2023-01-23 06:56:45 +00:00
zainab-ali
168443c743 Correct indentation. 2023-01-22 00:23:29 +00:00
DavHau
759c70ed33
Merge pull request #431 from hsjobeki/nodejs/strict-builder-draft
new nodejs strict builder
2023-01-21 16:28:23 +08:00
phaer
dff70d1343 chore: fix whitespace 2023-01-19 12:57:50 +01:00
phaer
53fae2cf62 python: mv buildRequirements to nativeBuildInputs 2023-01-19 12:57:50 +01:00
phaer
4b2b2b56ff python: use buildRequirements from nixpkgs 2023-01-19 12:57:50 +01:00
phaer
f3d410ecf3 move installation to installPhase...
and remove --ignore-installed, so it can find build requirements
2023-01-19 12:57:50 +01:00
phaer
780b9ab83d python: make buildRequirements optional 2023-01-19 12:57:50 +01:00