Commit Graph

4195 Commits

Author SHA1 Message Date
Wolfgang Walther
62b175ed21
postgresqlPackages.{pgvecto-rs,timescaledb_toolkit}: fix build on darwin
cargo-pgrx runs a temporary PostgreSQL cluster when building. This needs
to run with unix sockets only, otherwise it breaks in the darwin
sandbox.
2024-11-23 18:02:41 +01:00
Robert Schütz
adaa460a69 Revert "cargo-pgrx_0_12_0_alpha_1: remove"
This reverts commit b468a08276.
2024-11-23 08:40:12 -08:00
Diogo Correia
b468a08276
cargo-pgrx_0_12_0_alpha_1: remove
Used previously for pgvecto-rs 0.3.0, which has now been upgraded to
0.4.0, thus this is no longer needed.
2024-11-23 09:57:09 +00:00
Diogo Correia
dc1e6a5f3e
cargo-pgrx: run nixfmt 2024-11-23 09:57:05 +00:00
Diogo Correia
c8610bba9f
cargo-pgrx_0_12_5: init
Additionally, fix broken darwin build for all versions above 0.12.0.
2024-11-23 09:56:24 +00:00
Wolfgang Walther
3903e1897a
cargo-pgrx_0_11_3: remove
Unused in nixpkgs.
2024-11-20 22:27:53 +01:00
Wolfgang Walther
7faa64b0aa
cargo-pgrx_0_11_2: remove
Unused in nixpkgs.
2024-11-20 22:27:53 +01:00
Wolfgang Walther
c8de5e8d85
cargo-pgrx_0_10_2: remove
Unused in nixpkgs.
2024-11-20 22:27:53 +01:00
Kirill Radzikhovskyy
07ba29fead cargo-pgrx_0_12_6: init at 0_12_6 2024-11-21 06:32:48 +11:00
Leon Schuermann
72e71af459 rustup: add missing rust-darwin-setup script for ld-wrapper 2024-11-19 10:27:55 -05:00
Austin Horstman
2fa0afb7fd
rust-analyzer-unwrapped: move to by-name 2024-11-16 16:47:21 -06:00
Austin Horstman
2f9cef5a5e
rust-analyzer-unwrapped: apple-sdk refactor
We don't need to define frameworks manually.
2024-11-16 16:46:05 -06:00
Austin Horstman
b9074ee12a
rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 2024-11-16 16:46:04 -06:00
Austin Horstman
198cd91956
rust-analyzer-unwrapped: disable broken test
Currently fails to find std lib in neovim environment so hover doesn't
contain type information needed to successfully pass the test.
2024-11-16 16:46:04 -06:00
Austin Horstman
17e3fab2ff
rust-analyzer-unwrapped: format 2024-11-16 16:46:04 -06:00
Austin Horstman
fe71382882
rust-analyzer/test-neovim-lsp: format 2024-11-16 16:46:04 -06:00
Austin Horstman
8991722d43
rust-analyzer/wrapper: format 2024-11-16 16:46:04 -06:00
Austin Horstman
cbaf11a261
rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 2024-11-16 16:46:04 -06:00
github-actions[bot]
c79fde307d
Merge master into staging-next 2024-11-14 06:05:02 +00:00
Peder Bergebakken Sundt
d22d4dc4f8
cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 2024-11-14 03:50:41 +01:00
Peder Bergebakken Sundt
f5b0f7f3c3
cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2024-11-14 02:41:43 +01:00
github-actions[bot]
88f2bd466e
Merge master into staging-next 2024-11-11 18:04:18 +00:00
Nick Cao
05ef4e0b2c
duckscript: 0.9.3 -> 0.11.1 (#352752) 2024-11-11 08:37:08 -05:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
github-actions[bot]
8e80325e6b
Merge master into staging-next 2024-11-09 12:04:53 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
4c7aa6428f cargo-mobile2: 0.17.3 -> 0.17.4 2024-11-09 03:33:01 +00:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next 2024-11-09 00:13:55 +00:00
R. Ryantm
14a23934aa cargo-leptos: 0.2.20 -> 0.2.21 2024-11-08 10:22:07 +00:00
David Calavera
ffdc305e97 cargo-lambda: 1.4.0 -> 1.5.0 2024-11-07 23:33:57 +00:00
github-actions[bot]
3533282a88
Merge master into staging-next 2024-11-07 20:49:24 +00:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
K900
a3600c0788 Merge remote-tracking branch 'origin/master' into staging-next 2024-11-07 21:06:37 +03:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
wxt
7a32b49687
cargo-risczero: move to by-name 2024-11-07 11:04:54 +08:00
github-actions[bot]
ca614aa53a
Merge staging-next into staging 2024-11-06 06:05:28 +00:00
Atemu
34d927eb2c
cargo-sweep: fix build by disabling broken test (#353605) 2024-11-06 01:15:21 +01:00
github-actions[bot]
e7cf0b43c8
Merge staging-next into staging 2024-11-06 00:14:28 +00:00
Alex Martens
5955b4feac cargo-deadlinks: fix build 2024-11-04 19:50:11 -08:00
github-actions[bot]
7bea7cacca
Merge staging-next into staging 2024-11-04 18:04:50 +00:00
Noa Aarts
c351ae969d
cargo-sweep: format using nixfmt 2024-11-04 09:38:00 +01:00
Noa Aarts
f0668b4886
cargo-sweep: fix build by disabling broken test 2024-11-04 09:37:33 +01:00
R. Ryantm
12f1d69325 cargo-update: 15.0.0 -> 16.0.0 2024-11-03 20:50:41 +00:00
K900
46a1f3aa58 Merge remote-tracking branch 'origin/staging-next' into staging 2024-11-03 11:04:59 +03:00
Weijia Wang
a808a98993
rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 2024-11-03 04:59:16 +01:00
Aleksana
e774f2d7c4
cargo-cross: disable impure unit tests (#352983) 2024-11-02 16:46:14 +08:00
Theodore Ni
3801c98930
cargo-cross: disable impure unit tests 2024-11-01 13:37:45 -07:00
Nick Cao
344b92a9f8
cargo-llvm-lines: 0.4.40 -> 0.4.41 (#352792) 2024-11-01 10:52:58 -04:00
R. Ryantm
a2acdab70b cargo-llvm-lines: 0.4.40 -> 0.4.41 2024-11-01 05:34:48 +00:00
R. Ryantm
c73d5f09c5 duckscript: 0.9.3 -> 0.11.1 2024-11-01 00:11:22 +00:00