Merge pull request #96223 from KAction/static

Make pkgsStatic set "static" argument to true
This commit is contained in:
John Ericson
2020-08-31 20:00:15 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ rec {
# uname -r
release = null;
};
isStatic = final.isWasm || final.isRedox;
kernelArch =
if final.isAarch32 then "arm"