add back oizys.nimble

This commit is contained in:
Daylin Morgan 2024-10-21 00:07:36 -05:00
parent 3fc958cf2b
commit c85cee458e
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 18 additions and 4 deletions

View file

@ -2,8 +2,4 @@ nimbledeps
nimble.paths
nimble.develop
# binaries
oizys*
!src/oizys
!src/oizys.nim*
oizys.out

18
pkgs/oizys/oizys.nimble Normal file
View file

@ -0,0 +1,18 @@
# Package
version = "0.1.0"
author = "Daylin Morgan"
description = "nix begat oizys"
license = "MIT"
srcDir = "src"
bin = @["oizys"]
# Dependencies
requires "nim >= 2.0.8"
requires "cligen"
requires "jsony"
requires "zippy"
requires "https://github.com/daylinmorgan/hwylterm#HEAD"