summaryrefslogtreecommitdiffstats
path: root/lib/systems
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-08-31 20:00:15 -0400
committerGitHub <noreply@github.com>2020-08-31 20:00:15 -0400
commit5a05601013407fc755d1d0d4f6385a9c14b3125a (patch)
tree848d802e7c63053d373e6e8ec048d511f65aae80 /lib/systems
parentd56da56bf886cd738c979a5b6d72487552d7f115 (diff)
parent55195119d529d65e264bcae9ce2741827272efb4 (diff)
Merge pull request #96223 from KAction/static
Make pkgsStatic set "static" argument to true
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/default.nix b/lib/systems/default.nix
index c929781dd8ff..09884d406823 100644
--- a/lib/systems/default.nix
+++ b/lib/systems/default.nix
@@ -76,6 +76,7 @@ rec {
# uname -r
release = null;
};
+ isStatic = final.isWasm || final.isRedox;
kernelArch =
if final.isAarch32 then "arm"