Skip to content

Commit

Permalink
WIP: disable linkBinSh
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Mar 19, 2023
1 parent 67393ac commit fdd0de5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/environment/links.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdd0de5

Please sign in to comment.