about summary refs log tree commit diff
path: root/pkgs/build-support/rust/import-cargo-lock.nix
AgeCommit message (Expand)AuthorFilesLines
2023-03-26rustPlatform.importCargoLock: follow symlinks when copying treeYureka1-1/+1
2023-03-26rustPlatform.importCargoLock: always fetch submodules when builtins.fetchGit ...Yureka1-0/+1
2023-03-18rustPlatform.importCargoLock: add support for git dependencies that use works...Winter1-1/+11
2023-02-26rustPlatform.importCargoLock: passthru lockFilefigsoda1-4/+9
2023-02-26rustPlatform.importCargoLock: add support for v1 lock filesWinter1-8/+9
2023-01-18rustPlatform.importCargoLock: pass allRefs to builtins.fetchGit (#211298)Yureka1-0/+1
2022-12-13rustPlatform.importCargoLock: add allowBuiltinFetchGit optionfigsoda1-8/+19
2022-03-17rust: fix importCargoLock for repositories without toplevel Cargo.tomlsohalt1-1/+6
2021-10-24rust: find nested packages in git repositoriesStefan Junker1-9/+20
2021-09-20Merge pull request #137395 from dermetfan/cargo-lock-restrictedDaniël de Kok1-5/+23
2021-09-20importCargoLock: introduce alternative parameter `lockFileContents`Robin Stumm1-5/+23
2021-09-10importCargoLock: git deps with rev, branch or tagYureka1-5/+6
2021-07-18rustPlatform.importCargoLock: add an assert for old Cargo.locksRomanos Skiadas1-5/+13
2021-05-28rustPlatform.importCargoLock: initDaniël de Kok1-0/+167