1 with import ../../../. { };
3 rustPlatform.buildRustPackage {
4 name = "convert-to-import-cargo-lock";
6 src = lib.cleanSourceWith {
10 name' = builtins.baseNameOf name;
12 name' != "default.nix" && name' != "target";
15 cargoLock.lockFile = ./Cargo.lock;