diff options
author | tv <tv@krebsco.de> | 2017-12-14 13:25:56 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-14 13:35:19 +0100 |
commit | 925c79d00d0cba6f9b17bc22b083febf4c5424c7 (patch) | |
tree | 83fe8be2d2210d9951217b54182ca64354305804 | |
parent | 8745753d51294c9dabe62f1db5d5afabe3ccbbb3 (diff) |
base: noXlibs? no thanks!ni/master
-rw-r--r-- | base.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ "net.ipv6.conf.all.use_tempaddr" = 2; "net.ipv6.conf.default.use_tempaddr" = 2; }; - environment.noXlibs = true; environment.profileRelativeEnvVars.PATH = lib.mkForce [ "/bin" ]; i18n.defaultLocale = "en_US.UTF-8"; i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ]; |