update thinkpad config
This commit is contained in:
parent
7c0c670e29
commit
1366b1d7b0
2 changed files with 10 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-mod
|
|||
{{#if (and dotter.packages.rust (ne (len cargo.packages) 0)) }}
|
||||
|
||||
{{ header "Installing crates" }}
|
||||
cargo install --locked {{# each cargo.packages }} "{{ this }}" {{ /each }}
|
||||
cargo install --locked {{# each (flatten_table cargo.packages) }} "{{ this }}" {{ /each }}
|
||||
|
||||
{{ /if }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue