Closer to a full flake build via naersk.

Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see
submodules.
This commit is contained in:
Blaž Hrastnik 2021-05-03 22:39:53 +09:00
parent 3038c2ef6d
commit b6a22e955b
5 changed files with 65 additions and 64 deletions

View file

@ -22,8 +22,7 @@ once_cell = "1.4"
smol = "1"
smol-timeout = "0.6"
num_cpus = "1"
# tui = { version = "0.12", default-features = false, features = ["crossterm"] }
tui = { git = "https://github.com/fdehau/tui-rs", default-features = false, features = ["crossterm"] }
tui = { version = "0.15", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.19", features = ["event-stream"] }
clap = { version = "3.0.0-beta.2 ", default-features = false, features = ["std", "cargo"] }