Remove `default.nix`

pull/73/head v0.4.4
Arijit Basu 3 years ago
parent bbd5c1ba8b
commit 1dc25c4998
No known key found for this signature in database
GPG Key ID: 7D7BF809E7378863

@ -1,13 +0,0 @@
with import <nixpkgs> {};
# Run nix-build and update the src url, version and sha256 when new version
rustPlatform.buildRustPackage rec {
name = "xplr";
version = "0.4.3";
src = fetchTarball
("https://github.com/sayanarijit/xplr/archive/refs/tags/v0.4.3.tar.gz");
buildInputs = [ cargo ];
checkPhase = "";
cargoSha256 = "0000000000000000000000000000000000000000000000000000";
}
Loading…
Cancel
Save