index
:
nixos/nixpkgs.git
master
nixos-16.03
nixos-16.09
nixos-18.09
nixos-18.09-small
nixos-19.03
nixos-19.03-small
nixos-19.09
nixos-19.09-small
nixos-20.03
nixos-20.03-small
nixos-20.09
nixos-20.09-aarch64
nixos-20.09-small
nixos-21.05
nixos-21.05-aarch64
nixos-21.05-small
nixos-21.11
nixos-21.11-aarch64
nixos-21.11-small
nixos-22.05
nixos-22.05-aarch64
nixos-22.05-small
nixos-22.11
nixos-22.11-small
nixos-23.05
nixos-23.05-small
nixos-23.11
nixos-23.11-small
nixos-24.05
nixos-24.05-small
nixos-24.11
nixos-24.11-small
nixos-25.05
nixos-25.05-small
nixos-25.11
nixos-25.11-small
nixos-test-staging
nixos-test-staging-baseline
nixos-unstable
nixos-unstable-small
nixpkgs-stable
nixpkgs-testing
nixpkgs-unstable
release-13.10
release-14.04
release-14.12
release-15.09
release-16.03
release-16.09
release-17.03
release-17.09
release-18.03
release-18.09
release-18.09-firefox64
release-19.03
release-19.09
release-20.03
release-20.09
release-21.05
release-21.11
release-22.05
release-22.11
release-23.05
release-23.11
release-24.05
release-24.11
release-25.05
release-25.11
release-26.05
staging
staging-18.03
staging-18.09
staging-19.03
staging-19.09
staging-20.03
staging-20.09
staging-21.05
staging-21.11
staging-22.05
staging-22.11
staging-23.05
staging-23.11
staging-24.05
staging-24.11
staging-25.05
staging-25.11
staging-26.05
staging-next
staging-next-21.05
staging-next-21.11
staging-next-22.05
staging-next-22.11
staging-next-23.05
staging-next-23.11
staging-next-24.05
staging-next-24.11
staging-next-25.05
staging-next-25.11
staging-next-26.05
staging-next-xdg-desktop-portal-gnome-dependency
staging-nixos
staging-patchelf
staging-python
staging.patchShebangs
Nix Packages collection
Octavian Cerna
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
build-support
/
rust
/
hooks
Age
Commit message (
Expand
)
Author
14 days
treewide: replace stdenv.is* with stdenv.hostPlatform.is*
Ben Siraphob
2026-04-20
treewide: remove empty buildInputs assignments
Ben Siraphob
2026-02-24
rust: hooks: avoid fancy progress reporting by nextest
Bryce Berger
2025-11-25
maturin: 1.9.6 -> 1.10.0
Martin Weinelt
2025-11-04
rustPlatform: run cargoDepsHook inside cargoSetupPostUnpackHook
Yueh-Shun Li
2025-08-13
rust/hooks: Use rustcTargetSpec for --target
dramforever
2025-07-24
treewide: run nixfmt 1.0.0
Wolfgang Walther
2025-07-02
cargoSetupHook: Force frame pointers for !isx86_32
dramforever
2025-06-18
rustPlatform: remove useless callPackage from hooks
Wolfgang Walther
2025-05-13
cargoSetupHook: fix setting crt-static
Alyssa Ross
2025-03-11
rust: re add setEnv to cargo build hooks
Daniel Barter
2025-02-24
treewide: fix typos in comments
Peder Bergebakken Sundt
2025-02-09
cargoCheckHook: pass test-threads using an environment variable (#368699)
K900
2025-02-04
rust/hooks: move tests to hooks and add to passthru
DavHau
2025-01-31
rust: fix splicing for rust hooks
DavHau
2025-01-31
format pkgs/build-support/rust/hooks/default.nix
DavHau
2024-12-29
rustPlatform.maturinBuildHook: specify the interpreter name
misuzu
2024-12-27
cargoCheckHook: pass test-threads using an environment variable
lucasew
2024-11-07
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
Reno Dakota
2024-10-18
Merge master into staging-next
github-actions[bot]
2024-10-17
Revert "rust: allow linker to be different from compiler"
Julius Michaelis
2024-10-09
rustPlatform: cargo test is now called with the same environment variables as...
binarycat
2024-09-21
rustPlatform.buildRustPackage: provide debug symbols on darwin (#327136)
Jörg Thalheim
2024-09-11
rust: Write to .cargo/config.toml instead of .cargo/config
Manuel Mendez
2024-09-10
rust: shellcheck setup hooks
Wolfgang Walther
2024-09-10
rust: support structuredAttrs in setup hooks
Wolfgang Walther
2024-08-23
rustPlatform.buildRustPackage: provide debug symbols on darwin
Nathan Henrie
2024-06-23
Revert "rust: Write config.toml not config"
Winter
2024-06-19
rust: Write to .cargo/config.toml instead of .cargo/config
Manuel Mendez
2024-06-13
rustPlatform.maturinBuildHook: specify the output directory (#291025)
Dmitry Kalinkin
2024-05-18
rustPlatform: --frozen -> --offline
Alyssa Ross
2024-04-10
cargoBuildHook: Fix features with __structuredAttrs
Janne Heß
2024-01-15
rust: allow linker to be different from compiler
Yureka
2023-12-20
maturinBuildHook: use dist dir relative to cargoRoot
Martin Weinelt
2023-11-09
lib.systems: elaborate Rust metadata
Alyssa Ross
2023-10-11
rustPlatform.cargoSetupHook: fix platform check (#260068)
Alyssa Ross
2023-10-03
rust.toRustTargetForUseInEnvVars: support custom targets
Alyssa Ross
2023-09-29
Merge pull request #256949 from andresilva/build-rust-package-profiles
figsoda
2023-09-26
rust: hooks: fix cross compilation
Adam Joseph
2023-09-24
buildRustPackage: support custom cargo profiles
André Silva
2023-07-16
rustPlatform.maturinBuildHook: fix postBuild hook to use ./dist contract
David Arnold
2023-06-20
rustPlatform.cargoBuildHook: don't let cargo strip
Alyssa Ross
2023-03-16
rust: fix overriding rust flags on musl
Alyssa Ross
2023-03-03
Merge pull request #218472 from figsoda/cargo-setup
figsoda
2023-03-01
rust: remove aarch64-linux workaround
Weijia Wang
2023-02-26
rustPlatform.cargoSetupHook: dereference symlinks in cargoDeps
figsoda
2023-02-14
rustPlatform.cargoSetupHook: improve cargoHash instructions
Bob van der Linden
2023-02-07
treewide: makeSetupHook deps -> propagatedBuildInputs
Artturin
2023-02-07
Revert "rustPlatform.bindgenHook: use the same clang/libclang as rustc"
Winter
2023-01-08
Merge master into staging-next
github-actions[bot]
[next]