fixed project name in flake

This commit is contained in:
steven carpenter 2025-07-25 15:38:34 -04:00
parent 413904c457
commit bf78461bbb
2 changed files with 9 additions and 2 deletions

View file

@ -39,7 +39,7 @@
default = pkgs.callPackage (
{ buildGoModule }:
buildGoModule {
pname = "wand-templater";
pname = "bubblewand";
version = "0.0.1";
src = builtins.path {
name = "source";