| Commit message (Expand) | Author | Age | Files | Lines |
| * | julia-modules: replace `git` with `gitMinimal` | Pol Dellaiera | 2025-01-09 | 1 | -3/+3 |
| * | treewide: format all inactive Nix files•••After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
--argstr baseRev 57b193d8ddeaf4f5219d2bae1d23b081e4906e57
result/bin/apply-formatting $NIXPKGS_PATH
| Silvan Mosberger | 2024-12-10 | 8 | -267/+432 |
| * | julia.withPackages: add juliaCpuTarget option (#361655) | Nick Cao | 2024-12-04 | 2 | -15/+23 |
| |\ |
|
| | * | julia.withPackages: add juliaCpuTarget option | Tom McLaughlin | 2024-12-03 | 2 | -15/+23 |
| * | | julia.withPackages: Darwin support (#360353) | Nick Cao | 2024-12-02 | 3 | -62/+108 |
| |\ \ |
|
| | * | | julia.withPackages: set empty JULIA_SSL_CA_ROOTS_PATH on darwin | Tom McLaughlin | 2024-11-28 | 1 | -1/+16 |
| | * | | julia.withPackages: fix artifact fixupPhase on darwin | Tom McLaughlin | 2024-11-28 | 2 | -15/+33 |
| | * | | julia.withPackages: fix multiprocessing usage to work on macOS | Tom McLaughlin | 2024-11-27 | 1 | -52/+65 |
| | |/ |
|
| * / | julia.withPackages: expose pname/version and move things to passthru | Tom McLaughlin | 2024-11-30 | 1 | -14/+16 |
| |/ |
|
| * | julia.withPackages: use 4-space indentation for consistency | thomasjm | 2024-10-15 | 1 | -11/+11 |
| * | julia.withPackages: pass extra args to update_package_add for julia 1.11+ | thomasjm | 2024-10-15 | 1 | -2/+10 |
| * | julia.withPackages: move julia resolve code to its own file | thomasjm | 2024-10-15 | 2 | -96/+93 |
| * | julia.withPackages: remove handling for julia_16 | thomasjm | 2024-10-15 | 1 | -31/+1 |
| * | julia-modules: move makeWrapper to nativeBuildInputs | Stefan Frijters | 2024-09-05 | 1 | -2/+2 |
| * | julia.withPackages: remove 'with lib;' | Felix Buehler | 2024-08-16 | 1 | -6/+3 |
| * | treewide: remove nested let-in | Peder Bergebakken Sundt | 2024-08-09 | 1 | -2/+0 |
| * | Merge pull request #323628 from Stunkymonkey/treewide-ls-remove•••treewide: remove printed 'ls' | Felix Bühler | 2024-07-18 | 1 | -1/+0 |
| |\ |
|
| | * | treewide: remove printed 'ls' | Felix Buehler | 2024-07-03 | 1 | -1/+0 |
| * | | Merge pull request #324004 from codedownio/julia-withpackages-override-fix•••julia.withPackages: fix for overrides not in a registry | Nick Cao | 2024-07-04 | 3 | -23/+59 |
| |\ \ |
|
| | * | | julia.withPackages: fix for overrides not in a registry | thomasjm | 2024-07-03 | 3 | -23/+59 |
| | |/ |
|
| * | | julia.withPackages: fix weak deps on Julia 1.10 | thomasjm | 2024-07-01 | 1 | -1/+1 |
| * | | julia.withPackages: bump registry to latest | thomasjm | 2024-07-01 | 1 | -3/+3 |
| * | | julia.withPackages: add a comment about Git usage | thomasjm | 2024-07-01 | 1 | -0/+1 |
| |/ |
|
| * | julia-top-n: fix self-inclusive src | Pyrox | 2024-06-17 | 1 | -1/+10 |
| * | Merge pull request #316084 from codedownio/fix-julia-withpkgs-git•••julia.withPackages: fix compatibility with new git security features | Nick Cao | 2024-05-31 | 1 | -1/+4 |
| |\ |
|
| | * | julia.withPackages: fix compatibility with new git security features (#315890) | thomasjm | 2024-05-31 | 1 | -1/+4 |
| * | | julia.withPackages: be able to test different julia attrs | thomasjm | 2024-05-31 | 3 | -1/+7 |
| |/ |
|
| * | treewide: remove unused occurence of fetchFromGitHub argument | isabel | 2024-05-30 | 1 | -1/+0 |
| * | julia.withPackages: Disable pretty terminal output during nix build•••Prior to this patch, julia would log output destined for a terminal
which can support cursor movements, which we don't have while building
under nix.
The only way I could find to turn this off is to set CI=true during
precompilation, which substantially reduces the amount of log output you
end up with, to only the salient output (one line per package, instead
of many identical lines being printed).
Signed-off-by: Peter Waller <p@pwaller.net>
| Peter Waller | 2024-05-03 | 1 | -0/+5 |
| * | julia.withPackages: fix some artifact builds | thomasjm | 2024-03-13 | 1 | -0/+4 |
| * | julia.withPackages: add tests | Tom McLaughlin | 2024-01-05 | 11 | -0/+304 |
| * | julia.withPackages: fix transitive weak-deps resolving | Tom McLaughlin | 2024-01-03 | 1 | -15/+19 |
| * | julia.withPackages: handle non-archive artifacts (fixes #277410) | Tom McLaughlin | 2023-12-29 | 1 | -27/+63 |
| * | Merge pull request #275911 from codedownio/julia-withpackages-thomasjm-mainta...•••julia.withPackages: add thomasjm as maintainer | Nick Cao | 2023-12-22 | 1 | -0/+1 |
| |\ |
|
| | * | julia.withPackages: let environment inherit meta from julia | Tom McLaughlin | 2023-12-21 | 1 | -0/+1 |
| * | | julia.withPackages: better error message on missing nix-sha256 hash | Tom McLaughlin | 2023-12-22 | 1 | -1/+5 |
| * | | julia.withPackages: bump the augmented registry to pick up a few hash fixes | Tom McLaughlin | 2023-12-22 | 1 | -3/+3 |
| |/ |
|
| * | julia.withPackages: init on supported Julias (1.6, 1.8, 1.9)•••Be able to build arbitrary Julia environments in Nixpkgs, in the same style as python.withPackages.
| Tom McLaughlin | 2023-12-14 | 17 | -0/+1040 |