nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

nixos/k3s: add default hash for autoDeployCharts (#402005)

authored by

Marcus Ramberg and committed by
GitHub
dab7ae6c 0c4525d2

+1
+1
nixos/modules/services/cluster/k3s/default.nix
··· 190 190 hash = lib.mkOption { 191 191 type = lib.types.str; 192 192 example = "sha256-ej+vpPNdiOoXsaj1jyRpWLisJgWo8EqX+Z5VbpSjsPA="; 193 + default = ""; 193 194 description = '' 194 195 The hash of the packaged Helm chart. Only has an effect if `package` is not set. 195 196 The Helm chart is fetched during build time and placed as a `.tgz` archive on the