Merge pull request #291858 from NickCao/swaycons

swaycons: mark available on all linux platforms
This commit is contained in:
Nick Cao 2024-02-28 15:22:58 -05:00 committed by GitHub
commit 3563900dc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "Window Icons in Sway with Nerd Fonts!";
homepage = "https://github.com/ActuallyAllie/swaycons";
license = licenses.asl20;
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
maintainers = with maintainers; [ aacebedo ];
};
}