Include hidden files

This commit is contained in:
Sander van der Burg 2022-02-20 23:42:02 +01:00
parent 7ac17abdf2
commit b5057d78ca

View file

@ -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