aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-10 09:37:33 +0000
committerFuwn <[email protected]>2025-05-10 09:37:33 +0000
commit9c34536b7dde4a82d9cc33b9b2bd458a9c6c0456 (patch)
treed370cc593a13d2b795ade6a591a62c10c2756c14
parentstyle(index.html): Format file (diff)
downloadmayu-9c34536b7dde4a82d9cc33b9b2bd458a9c6c0456.tar.xz
mayu-9c34536b7dde4a82d9cc33b9b2bd458a9c6c0456.zip
chore(flake): Replace Erlang package
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5c10d33..beda2d2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,7 +51,7 @@
buildInputs = with pkgs; [
gleam
rebar3
- escript
+ erlang
];
};
}