Include hidden files
This commit is contained in:
parent
7ac17abdf2
commit
b5057d78ca
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ let
|
||||||
inherit name src;
|
inherit name src;
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
shopt -s dotglob
|
||||||
unzip $src
|
unzip $src
|
||||||
baseDir=$(find . -type d -mindepth 1 -maxdepth 1)
|
baseDir=$(find . -type d -mindepth 1 -maxdepth 1)
|
||||||
cd $baseDir
|
cd $baseDir
|
||||||
|
|
Loading…
Reference in a new issue