mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Always use long option names for more clarity
This commit is contained in:
parent
af2e0b7af0
commit
3a1e13fd20
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ writeText "login-inner" ''
|
|||
if [ -r ${config.build.installationDir}/proot.closure ]; then
|
||||
echo "Injecting bundled proot closure..."
|
||||
${nix}/bin/nix-store --import < ${config.build.installationDir}/proot.closure
|
||||
${coreutils}/bin/rm -f ${config.build.installationDir}/proot.closure
|
||||
${coreutils}/bin/rm --force ${config.build.installationDir}/proot.closure
|
||||
fi
|
||||
|
||||
echo "Installing and updating nix-channels..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue