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

14 lines
297 B
Nix

3 years ago
with import <nixpkgs> { };
rustPlatform.buildRustPackage rec {
name = "xplr";
version = "1.0";
src = fetchTarball ("https://github.com/sayanarijit/xplr/tarball/main");
buildInputs = [ cargo ];
checkPhase = "";
cargoSha256 = "sha256-IyaYkHXmqXziXNK6uYU+XNNWA8a8S8cuMxkopps/9kk=";
}