flake testing

This commit is contained in:
Matt Nish-Lapidus 2025-05-18 02:14:43 -04:00
parent 48a13da8fb
commit 84d7e6f154
6 changed files with 43 additions and 26 deletions

View file

@ -15,11 +15,11 @@ rustPlatform.buildRustPackage rec {
owner = "mierak";
repo = "rmpc";
rev = "master";
hash = "sha256-Lxu9x+LBnNOxEFE2CcQ3yiji4t2B9OIy1TW4jPDTJBk=";
hash = "sha256-TwJKoLcJlqRtBs3lV7kfT/gyOs23V4Yp4xE7zz1fFXI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-RQ0ibBFkVq7KgYrbMeIgTBSDJbCLCea/ThhbJgOuKxk=";
cargoHash = "sha256-Je9xYnRmS45ZW81ym1Y53L6sxqJzKutRhTzcSPJ1lDI=";
checkFlags = [
# Test currently broken, needs to be removed. See https://github.com/mierak/rmpc/issues/254