ci: format
This commit is contained in:
parent
5106c4afb5
commit
be92190ff5
4 changed files with 31 additions and 31 deletions
|
|
@ -130,16 +130,16 @@ in
|
|||
|
||||
home.activation.awsConfig = lib.mkIf aws (
|
||||
lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
dir="${config.xdg.configHome}/aws"
|
||||
mkdir -p "$dir"
|
||||
if [ ! -f "$dir/config" ]; then
|
||||
cat > "$dir/config" << 'AWSEOF'
|
||||
[default]
|
||||
[profile barrett]
|
||||
region = us-east-2
|
||||
output = json
|
||||
AWSEOF
|
||||
fi
|
||||
dir="${config.xdg.configHome}/aws"
|
||||
mkdir -p "$dir"
|
||||
if [ ! -f "$dir/config" ]; then
|
||||
cat > "$dir/config" << 'AWSEOF'
|
||||
[default]
|
||||
[profile barrett]
|
||||
region = us-east-2
|
||||
output = json
|
||||
AWSEOF
|
||||
fi
|
||||
''
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue