-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
target | ||
result | ||
|
||
# Compiled files | ||
a.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,26 @@ 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."; | ||
''; | ||
licencse = licenses.mit; | ||
platforms = with platforms; linux ++ darwin; | ||
|
||
maintainers = [ | ||
{ | ||
name = "Sokhibjon Orzikulov"; | ||
email = "[email protected]"; | ||
handle = "orzklv"; | ||
github = "orzklv"; | ||
githubId = 54666588; | ||
keys = [{ | ||
fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8"; | ||
}]; | ||
} | ||
]; | ||
}; | ||
} |