From 262c152eac5f2cd2ff8a0c0da42c1a5c92ea6eda Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Thu, 26 Oct 2023 10:49:28 +1100 Subject: [PATCH] fixed name lmao --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2d36dd9..9c755d0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Kanto Expansion Pack Romhack"; + description = "Johto Expansion Pack Romhack"; inputs = { nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05; flake-utils.url = github:numtide/flake-utils;