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;
|
||||
nativeBuildInputs = [ unzip ];
|
||||
buildCommand = ''
|
||||
shopt -s dotglob
|
||||
unzip $src
|
||||
baseDir=$(find . -type d -mindepth 1 -maxdepth 1)
|
||||
cd $baseDir
|
||||
|
|
Loading…
Reference in a new issue