nix: avoid with lib; where applicable

This commit is contained in:
NotAShelf
2024-06-03 20:21:03 +03:00
parent a384914175
commit 4064b0b4a7

View File

@@ -66,10 +66,10 @@ in
--prefix ANYRUN_PLUGINS : $out/lib --prefix ANYRUN_PLUGINS : $out/lib
''; '';
meta = with lib; { meta = {
description = "A wayland native, highly customizable runner."; description = "A wayland native, highly customizable runner.";
homepage = "https://github.com/Kirottu/anyrun"; homepage = "https://github.com/Kirottu/anyrun";
license = with licenses; [gpl3]; license = with lib.licenses; [gpl3];
maintainers = [ maintainers = [
{ {
email = "neo@neoney.dev"; email = "neo@neoney.dev";