chore: make cmd/build nix package use root gomod2nix.toml
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M cmd/build/default.nix → cmd/build/default.nix
@@ -19,7 +19,7 @@ pname = "build"; version = "0.1"; pwd = ../..; src = ../..; - modules = ./gomod2nix.toml; + modules = ../../gomod2nix.toml; patchPhase = '' ${templ}/bin/templ generate '';