Skip to content

Commit deb5c8b

Browse files
committed
fix: consume upstream aquarium teardown fix
1 parent 523783d commit deb5c8b

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cargo run --bin yzs -- random --duration-seconds 3
5959
```
6060

6161
Source-only Cargo runs resolve `asciiquarium-rs` from `PATH`; Nix runs use the
62-
pinned packaged executable
62+
pinned upstream executable
6363

6464
With Nix:
6565

@@ -95,7 +95,8 @@ The aquarium runs as a separate
9595
[`asciiquarium-rs`](https://github.com/cablehead/asciiquarium-rs) process under
9696
its GPL-2.0-or-later license. `yzs` supplies the same any-key exit and optional
9797
duration contract used by its native styles without copying or linking the
98-
aquarium implementation
98+
aquarium implementation. The packaged upstream revision exits cleanly when its
99+
terminal disappears, so closing the containing terminal cannot orphan it
99100

100101
## Library Examples
101102

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
asciiquarium = {
7-
url = "github:luccahuguet/asciiquarium-rs/c78b76e84cd2c8b0e2f3b4e817e9cb90aee768a2";
7+
url = "github:cablehead/asciiquarium-rs/beef5b7dae179937c67f9e1557e02d64be55fa71";
88
flake = false;
99
};
1010
fenix = {

0 commit comments

Comments
 (0)