We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8a88a commit c5e217dCopy full SHA for c5e217d
flake.nix
@@ -75,7 +75,7 @@
75
app = pkgs.buildGoModule {
76
name = "app";
77
src = ./.;
78
- vendorHash = "sha256-B4TVIG74wycA5+JllSDBx7AFnTQc0eldp4Epcp+CqP8=";
+ vendorHash = "sha256-nw5TouuxauSa520hidHom/iN6VxrGN/7By9spsJ5h6Y=";
79
tags = [ "production" ];
80
nativeBuildInputs = with pkgs; [
81
templ
0 commit comments