chore(3p/overlays/tvl): drop obsolete niri override

The pinned commit is contained in 0.1.10 and 0.1.10.1.

Change-Id: I966b2b2aa8b9072e624d1488f9ea23c06348fa5d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12906
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
sterni 2024-12-23 21:12:27 +01:00 committed by clbot
parent a2a33f1d06
commit b50dad6e31

View file

@ -160,25 +160,4 @@ depot.nix.readTree.drvTargets {
#
# temporarily restore the old name to make things work again.
utillinux = self.util-linux;
# Override niri to a version with interactive move until a new release is cut upstream.
niri =
let
src = self.fetchFromGitHub {
owner = "yalter";
repo = "niri";
rev = "0866990b7d706cdb3af2e9f0008bb9e7281a0e26";
hash = "sha256:088yb86pryrcklwggx072dhswhjvx9ylkzdhrfkpfc56a85mp6vk";
};
in
super.niri.overrideAttrs (old: {
inherit src;
cargoDeps = self.rustPlatform.importCargoLock {
lockFile = "${src}/Cargo.lock";
outputHashes = {
"smithay-0.3.0" = "sha256:10ihl9hvvi8aw30qv8ihv888ngr7wf7p9nwabf2jvhlc9443jq35";
"libspa-0.8.0" = "sha256:1n8ngihd75i3vgbfnfhpj8mi6shlrhbhvwfyms14m03613jp37lj";
};
};
});
}