mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add activationBefore and activationAfter options
This commit is contained in:
parent
867aa587ea
commit
cc77204f65
3 changed files with 37 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ in
|
|||
|
||||
config = {
|
||||
|
||||
build.activation = {
|
||||
build.activationBefore = {
|
||||
linkBinSh = ''
|
||||
$DRY_RUN_CMD mkdir $VERBOSE_ARG --parents /bin
|
||||
$DRY_RUN_CMD ln $VERBOSE_ARG --symbolic --force ${cfg.binSh} /bin/.sh.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue