diff options
| author | Fuwn <[email protected]> | 2025-03-17 04:13:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-17 04:13:00 +0000 |
| commit | 1d768c95280f44f8dca7a52812b575a0f57be68b (patch) | |
| tree | 4cf8aed30e8a164dcd71d013cd7e3085cb5f0b36 /flake.nix | |
| parent | docs(readme): fix mayu uris (diff) | |
| download | mayu-1d768c95280f44f8dca7a52812b575a0f57be68b.tar.xz mayu-1d768c95280f44f8dca7a52812b575a0f57be68b.zip | |
chore(flake): Add missing escript dependency
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ buildInputs = with pkgs; [ gleam rebar3 + escript ]; }; } |