diff --git a/containers/shower/default.nix b/containers/shower/default.nix index 08983c7..20b7525 100644 --- a/containers/shower/default.nix +++ b/containers/shower/default.nix @@ -107,7 +107,7 @@ let outputHashAlgo = "sha256"; # Pinned dep closure — reproducible until version bumps. To recompute, # set to pkgs.lib.fakeHash and read the failure. - outputHash = pkgs.lib.fakeHash; + outputHash = "sha256-9J2cxNxFSkSWLy2nwPtqV0Qtn54YVJ3LiijsqKQT+uc="; dontFixup = true; };