swaycons: mark available on all linux platforms
This commit is contained in:
parent
90cdd65831
commit
e20173ae70
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue