From 6d471bf56652929fe30bac3970253e8b2c6f8472 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Sat, 3 Aug 2024 19:42:54 +0500 Subject: [PATCH] binding meta data with manifest --- default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/default.nix b/default.nix index dcef0e1..f2f822f 100644 --- a/default.nix +++ b/default.nix @@ -28,10 +28,8 @@ pkgs.rustPlatform.buildRustPackage rec { NIX_LDFLAGS = "-L${libiconvPath} -L${./lib}"; meta = with lib; { - homepage = "https://osmon-lang.uz"; - description = '' - Highly experimental programming language developed by @orzklv."; - ''; + homepage = manifest.homepage; + description = manifest.description; licencse = licenses.mit; platforms = with platforms; linux ++ darwin;