Skip to content

Commit

Permalink
binding meta data with manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 3, 2024
1 parent 789a744 commit 6d471bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6d471bf

Please sign in to comment.