mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
WIP: disable linkBinSh
This commit is contained in:
parent
67393ac531
commit
fdd0de537f
1 changed files with 5 additions and 5 deletions
|
|
@ -36,11 +36,11 @@ in
|
|||
config = {
|
||||
|
||||
build.activationBefore = {
|
||||
linkBinSh = ''
|
||||
$DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /bin
|
||||
$DRY_RUN_CMD ln $VERBOSE_ARG --symbolic --force ${cfg.binSh} /bin/.sh.tmp
|
||||
$DRY_RUN_CMD mv $VERBOSE_ARG /bin/.sh.tmp /bin/sh
|
||||
'';
|
||||
#linkBinSh = ''
|
||||
# $DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /bin
|
||||
# $DRY_RUN_CMD ln $VERBOSE_ARG --symbolic --force ${cfg.binSh} /bin/.sh.tmp
|
||||
# $DRY_RUN_CMD mv $VERBOSE_ARG /bin/.sh.tmp /bin/sh
|
||||
#'';
|
||||
|
||||
linkUsrBinEnv = ''
|
||||
$DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /usr/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue