[NixOS] Accept android sdk license, add ghc 863

This commit is contained in:
Ivan Malison 2019-01-11 00:23:04 -08:00
parent 0d593e61ca
commit bd5884abed
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -22,7 +22,11 @@ in
# Append our nixpkgs-overlays.
[ "nixpkgs-overlays=/etc/nixos/overlays-compat/" ];
# Allow all the things
nixpkgs.config.allowUnfree = true;
nixpkgs.config.android_sdk.accept_license = true;
# Security and networking
security.sudo.wheelNeedsPassword = false;
networking.networkmanager.enable = true;
networking.firewall.enable = false;
@ -133,6 +137,7 @@ in
ghc
stack
haskell.compiler.ghc862
haskell.compiler.ghc863
# Scala
sbt