From 53f05aef7592fc304e736e323015e1be59aa0072 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 25 Jul 2023 11:35:30 +0900 Subject: feat(overlays/sliding-sync): use nixpkgs package for sliding-sync --- overlays/sliding-sync.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 overlays/sliding-sync.nix (limited to 'overlays/sliding-sync.nix') diff --git a/overlays/sliding-sync.nix b/overlays/sliding-sync.nix deleted file mode 100644 index 50c058d..0000000 --- a/overlays/sliding-sync.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ lib, buildGoModule, fetchFromGitHub }: - -# TODO: needs: -# - tests -# - `meta` attribute - -buildGoModule rec { - pname = "sliding-sync"; - version = "0.99.1"; - src = fetchFromGitHub { - owner = "matrix-org"; - repo = "sliding-sync"; - rev = "v${version}"; - sha256 = "sha256-g1yMGb8taToEFG6N057yPcdZB855r0f6EwnJ98FIiic="; - }; - - vendorHash = "sha256-FmibAVjKeJUrMSlhoE7onLoa4EVjQvjDI4oU4PB5LBE="; - - subPackages = [ - "cmd/syncv3" - ]; -} -- cgit 1.4.1