mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Use three dots for ellipsis
This commit is contained in:
parent
33a13a24ae
commit
cfe16dff4e
1 changed files with 3 additions and 3 deletions
|
|
@ -36,14 +36,14 @@ function doHelp() {
|
|||
function doSwitch() {
|
||||
local profileDirectory="/nix/var/nix/profiles/nix-on-droid"
|
||||
|
||||
echo "Building activation package.."
|
||||
echo "Building activation package..."
|
||||
nix build \
|
||||
--no-link \
|
||||
--file "<nix-on-droid/modules>" \
|
||||
${PASSTHROUGH_OPTS[*]} \
|
||||
activationPackage
|
||||
|
||||
echo "Save profile activation package.."
|
||||
echo "Save profile activation package..."
|
||||
generationDir="$(nix path-info \
|
||||
--file "<nix-on-droid/modules>" \
|
||||
${PASSTHROUGH_OPTS[*]} \
|
||||
|
|
@ -51,7 +51,7 @@ function doSwitch() {
|
|||
)"
|
||||
nix-env --profile "${profileDirectory}" --set "${generationDir}"
|
||||
|
||||
echo "Run activation script.."
|
||||
echo "Run activation script..."
|
||||
"${generationDir}/activate"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue