about summary refs log tree commit diff
path: root/pkgs/tools/misc/wagyu
AgeCommit message (Collapse)AuthorFilesLines
2021-05-19Merge master into staging-nextgithub-actions[bot]1-1/+3
2021-05-18wagyu: fix darwin build (#123547)Stéphan Kochen1-1/+3
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-15rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple1-1/+0
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
2020-02-10fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple1-2/+2
This has several advantages: 1. It takes up less space on disk in-between builds in the nix store. 2. It uses less space in the binary cache for vendor derivation packages. 3. It uses less network traffic downloading from the binary cache. 4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only substitute --flat hashes on single files (not recursive directory hashes). 5. It's consistent with how simple `fetchurl` src derivations work. 6. It provides a stronger abstraction between input src-package and output package, e.g., it's harder to accidentally depend on the src derivation at runtime by referencing something like `${src}/etc/index.html`. Likewise, in the store it's harder to get confused with something that is just there as a build-time dependency vs. a runtime dependency, since the build-time src dependencies are tarred up. Disadvantages are: 1. It takes slightly longer to untar at the start of a build. As currently implemented, this attaches the compacted vendor.tar.gz feature as a rider on `verifyCargoDeps`, since both of them are relatively newly implemented behavior that change the `cargoSha256`. If this PR is accepted, I will push forward the remaining rust packages with a series of treewide PRs to update the `cargoSha256`s.
2019-11-18wagyu: init at 0.6.1Jaka Hudoklin1-0/+23