flutter: Remove stray dollar sign from name string

This commit is contained in:
hacker1024 2023-04-13 19:29:42 +10:00
parent bc6e36afdc
commit 4df7d07ab1

View File

@ -25,7 +25,7 @@ let
self =
stdenv.mkDerivation {
name = "$flutter-${version}-unwrapped";
name = "flutter-${version}-unwrapped";
inherit src patches version;
outputs = [ "out" "cache" ];