crane/lib
Charles Hall 0327ca9d77
force buildDepsOnly to produce out only (#493)
This allows multi-output derivations using e.g. `buildPackage` to work.
Without this change, they fail to build because Nix thinks
`buildDepsOnly` is supposed to produce mulitple outputs too, but it
doesn't.

---------

Co-authored-by: Ivan Petkov <ivanppetkov@gmail.com>
2024-01-27 17:52:30 +00:00
..
setupHooks installCargoArtifactsHook: allow specifying additional zstd args (#450) 2023-11-05 20:34:43 +00:00
buildDepsOnly.nix force buildDepsOnly to produce out only (#493) 2024-01-27 17:52:30 +00:00
buildPackage.nix installCargoArtifactsHook: change default installation mode to use-zstd (#442) 2023-10-20 22:28:41 +00:00
buildTrunkPackage.nix buildTrunkPackage: Add "wasm-bindgen-cli" argument (#363) 2023-12-20 08:24:53 -08:00
cargoAudit.nix cargoAudit: ignore yanked crates by default (#423) 2023-10-14 21:50:48 +00:00
cargoBuild.nix various: change cargoExtraArgs defaults to include --locked (#373) 2023-08-27 19:17:58 +00:00
cargoClippy.nix various: change cargoExtraArgs defaults to include --locked (#373) 2023-08-27 19:17:58 +00:00
cargoDeny.nix chore: clean up some dead code warnings (#449) 2023-11-05 18:42:08 +00:00
cargoDoc.nix cargoDoc: do not install cargo artifacts by default (#381) 2023-09-03 10:29:13 -07:00
cargoFmt.nix cargoFmt: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoLlvmCov.nix various: change cargoExtraArgs defaults to include --locked (#373) 2023-08-27 19:17:58 +00:00
cargoNextest.nix Add workaround for cargo-nextest bug (#376) 2023-08-30 23:44:00 +00:00
cargoTarpaulin.nix fix #404 - lib/cargoTarpaulin: lowercase --out xml argument (#405) 2023-10-01 11:22:09 -07:00
cargoTest.nix various: change cargoExtraArgs defaults to include --locked (#373) 2023-08-27 19:17:58 +00:00
cleanCargoSource.nix Add cleanCargoSource and filterCargoSources (#110) 2022-09-21 01:27:47 +00:00
cleanCargoToml.nix Keep "resolver" when cleaning Cargo.toml (#327) 2023-05-18 21:03:02 -07:00
crateNameFromCargoToml.nix crateNameFromCargoToml: add hint for finding the source of the warning (#429) 2023-10-15 21:56:40 +00:00
default.nix cargoLib.cargoDeny: init (#440) 2023-10-20 21:45:03 +00:00
devShell.nix devShell: add clippy and rustfmt from the current toolchain (#432) 2023-10-17 00:24:15 +00:00
downloadCargoPackage.nix various: switch to using runCommand to improve caching (#384) 2023-09-04 00:33:25 +00:00
downloadCargoPackageFromGit.nix allow to pass outputHashes to crane (#266) 2023-09-22 04:08:53 +00:00
filterCargoSources.nix Add cleanCargoSource and filterCargoSources (#110) 2022-09-21 01:27:47 +00:00
findCargoFiles.nix Eliminate dead code (#148) 2022-10-23 23:20:22 +00:00
internalCrateNameFromCargoToml.nix Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
mkCargoDerivation.nix mkCargoDerivation: replace Cargo.lock with contents of cargoLock (#425) 2023-10-15 01:42:24 +00:00
mkDummySrc.nix fix: add #[allow(unused_extern_crates)] to dummy.rs (#501) 2024-01-27 02:36:30 +00:00
path.nix Add path as a convenience wrapper around builtins.path (#273) 2023-03-19 20:57:15 -07:00
registryFromDownloadUrl.nix Natively support sparse registries (#324) 2023-06-13 02:03:18 +00:00
registryFromGitIndex.nix Run nixpkgs-fmt 2022-11-20 16:28:49 -08:00
registryFromSparse.nix Natively support sparse registries (#324) 2023-06-13 02:03:18 +00:00
urlForCargoPackage.nix Natively support sparse registries (#324) 2023-06-13 02:03:18 +00:00
vendorCargoDeps.nix allow to pass outputHashes to crane (#266) 2023-09-22 04:08:53 +00:00
vendorCargoRegistries.nix Natively support sparse registries (#324) 2023-06-13 02:03:18 +00:00
vendorGitDeps.nix allow to pass outputHashes to crane (#266) 2023-09-22 04:08:53 +00:00
vendorMultipleCargoDeps.nix allow to pass outputHashes to crane (#266) 2023-09-22 04:08:53 +00:00
writeTOML.nix Minor cleanup 2022-06-02 19:49:44 -07:00