tree-wide: Indent .bash files like .sh

This commit is contained in:
Victor Engmark
2024-11-06 13:00:05 +13:00
parent 54b3f3213e
commit 106ba63900
5 changed files with 70 additions and 70 deletions

View File

@@ -264,14 +264,14 @@ EOF
# individual file entries
cat <<EOF
$attr = import <nix/fetchurl.nix> {
$attr = import <nix/fetchurl.nix> {
url = "http://tarballs.nixos.org/${s3_prefix}/${nixpkgs_revision}/$fname";
hash = "${sri}";$(
[[ -n ${executable_nix} ]] && printf "\n %s" "${executable_nix}"
[[ -n ${name_nix} ]] && printf "\n %s" "${name_nix}"
[[ -n ${unpack_nix} ]] && printf "\n %s" "${unpack_nix}"
)
};
)
};
EOF
done
# footer