Create /build/source
in jcli package expression
This commit is contained in:
parent
17987ef98e
commit
45791b4e34
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ mkDerivation {
|
|||
phases = [ "createSourcesPhase" "installPhase" ] ;
|
||||
|
||||
createSourcesPhase = ''
|
||||
mkdir -p /build/source
|
||||
|
||||
cat <<- EOF > /build/source/journalctl-last-invocation
|
||||
#!${bash}/bin/sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue