Skip to content

Commit

Permalink
Merge pull request #55 from twlz0ne/add-nix
Browse files Browse the repository at this point in the history
Add Nix support
  • Loading branch information
casouri authored Jul 27, 2024
2 parents 19727d8 + b6042d5 commit 25be0eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ languages=(
'magik'
'make'
'markdown'
'nix'
'org'
'perl'
'php'
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ case "${lang}" in
"markdown")
org="ikatyang"
;;
"nix")
org="nix-community"
;;
"org")
org="milisims"
;;
Expand Down

0 comments on commit 25be0eb

Please sign in to comment.