commit
07bf31fecd
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@ ver: deps:
|
|||
inherit (info) sha256;
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
true
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
true
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r * $out
|
||||
|
|
Loading…
Reference in a new issue