mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
k3s: fix a blank space making update script not match nixfmt
This commit is contained in:
parent
602a9cec5b
commit
06ef4ffc67
@ -57,7 +57,7 @@ CHARTS_URL=https://k3s.io/k3s-charts/assets
|
||||
rm -f chart-versions.nix.update
|
||||
cat > chart-versions.nix.update <<EOF
|
||||
{
|
||||
traefik-crd = {
|
||||
traefik-crd = {
|
||||
url = "${CHARTS_URL}/traefik-crd/${CHART_FILES[0]}";
|
||||
sha256 = "$(nix-prefetch-url --quiet "${CHARTS_URL}/traefik-crd/${CHART_FILES[0]}")";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user