diff --git a/nix/default.nix b/nix/default.nix index 81cb5fa..08b6a99 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -66,10 +66,10 @@ in --prefix ANYRUN_PLUGINS : $out/lib ''; - meta = with lib; { + meta = { description = "A wayland native, highly customizable runner."; homepage = "https://github.com/Kirottu/anyrun"; - license = with licenses; [gpl3]; + license = with lib.licenses; [gpl3]; maintainers = [ { email = "neo@neoney.dev";