Introduce createSourcesPhase
in nsff, fix formatting, add comment
This commit is contained in:
parent
45791b4e34
commit
f70c0d689a
2 changed files with 15 additions and 14 deletions
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs ,
|
||||
stdenv ,
|
||||
} :
|
||||
{ pkgs , stdenv } :
|
||||
|
||||
with pkgs ;
|
||||
with stdenv ;
|
||||
|
@ -13,6 +10,7 @@ mkDerivation {
|
|||
phases = [ "createSourcesPhase" "installPhase" ] ;
|
||||
|
||||
createSourcesPhase = ''
|
||||
# Same directory structure that `unpackPhase` would use
|
||||
mkdir -p /build/source
|
||||
|
||||
cat <<- EOF > /build/source/journalctl-last-invocation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue