C1: deploy adelaide-baby-shower-app to ringtail k3s #349

Merged
eblume merged 20 commits from shower-app-deploy into main 2026-05-11 13:47:20 -07:00
Showing only changes of commit 118cbbf74b - Show all commits

C1: pin shower FOD outputHash from run 535

Erich Blume 2026-05-11 09:13:53 -07:00

View file

@ -105,8 +105,9 @@ let
outputHashMode = "recursive";
outputHashAlgo = "sha256";
# Computed by setting to pkgs.lib.fakeHash and reading the failure.
outputHash = pkgs.lib.fakeHash;
# Pinned dep closure — reproducible until version bumps. To recompute,
# set to pkgs.lib.fakeHash and read the failure.
outputHash = "sha256-DQIzHm7b4f1SHDU/KiclS6yZmF/GlizaeH8CM1Hg59s=";
dontFixup = true;
};