add default.nix

pull/16/head
Quentin Guilloteau 3 years ago committed by Arijit Basu
parent e034827f01
commit 73a492bd3a

@ -0,0 +1,13 @@
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=";
}
Loading…
Cancel
Save