all repos — homestead @ 8780578f8c27e6dac13821f6bf663421b3ddce9d

Code for my website

chore: make cmd/build nix package use root gomod2nix.toml

Alan Pearce
commit

8780578f8c27e6dac13821f6bf663421b3ddce9d

parent

034d514c8240a79a4a48eb68b901a96da82f095e

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M cmd/build/default.nixcmd/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 '';