1 2 3 4 5 6 7 8
{ rustPlatform }: rustPlatform.buildRustPackage rec { name = "git-annex-remote-remarkable2"; RUSTC_BOOTSTRAP = 1; src = ./.; cargoLock.lockFile = ./Cargo.lock; }