Merge pull request #324401 from Pandapip1/niri-add-updateScript

niri: add updateScript
This commit is contained in:
Aleksana 2024-07-05 23:30:31 +08:00 committed by GitHub
commit b2af4429ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{ lib
, rustPlatform
, fetchFromGitHub
, nix-update-script
, pkg-config
, libxkbcommon
, pango
@ -76,6 +77,8 @@ rustPlatform.buildRustPackage rec {
install -Dm0644 resources/niri{-shutdown.target,.service} -t $out/share/systemd/user
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Scrollable-tiling Wayland compositor";
homepage = "https://github.com/YaLTeR/niri";