about summary refs log tree commit diff
path: root/pkgs/build-support/rust/import-cargo-lock.nix
AgeCommit message (Expand)AuthorFilesLines
2023-12-21rustPlatform.importCargoLock: fix workspace_root detectionLily Foster1-1/+1
2023-06-29importCargoLock: fix git dep config filelinsui1-1/+1
2023-04-29rustPlatform.importCargoLock: fix [package] section handlingD Anzorge1-1/+1
2023-03-26Merge staging-next into staginggithub-actions[bot]1-1/+2
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-21Merge branch 'staging-next' into stagingVladimír Čunát1-1/+11
2023-03-20rustPlatform.importCargoLock: improved semantics for 'extraRegistries' optionLouis Blin1-2/+7
2023-03-18rustPlatform.importCargoLock: add support for git dependencies that use works...Winter1-1/+11
2023-03-16rustPlatform.importCargoLock: support extra registriesLouis Blin1-9/+27
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