You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xplr/default.nix

13 lines
320 B
Nix

with import <nixpkgs> { };
rustPlatform.buildRustPackage rec {
name = "xplr";
version = "0.3.1";
src = fetchTarball
("https://github.com/sayanarijit/xplr/archive/refs/tags/v0.3.1.tar.gz");
buildInputs = [ cargo ];
checkPhase = "";
cargoSha256 = "sha256-IyaYkHXmqXziXNK6uYU+XNNWA8a8S8cuMxkopps/9kk=";
}