From f19232272a07509d6543fb20e53b24d487d4f646 Mon Sep 17 00:00:00 2001 From: ryleu <69326171+ryleu@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:33:10 -0500 Subject: [PATCH] update the description in flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eef59c57d..87d7e0d93 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "MinecraftConsoles - Minecraft Legacy Console Edition recreation"; + description = "Vanilla LCE intended as an upstream base for other projects. Based originally on a WIP version of the TU19 codebase."; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";