[NixOS] Accept android sdk license, add ghc 863
This commit is contained in:
parent
0d593e61ca
commit
bd5884abed
@ -22,7 +22,11 @@ in
|
|||||||
# Append our nixpkgs-overlays.
|
# Append our nixpkgs-overlays.
|
||||||
[ "nixpkgs-overlays=/etc/nixos/overlays-compat/" ];
|
[ "nixpkgs-overlays=/etc/nixos/overlays-compat/" ];
|
||||||
|
|
||||||
|
# Allow all the things
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
nixpkgs.config.android_sdk.accept_license = true;
|
||||||
|
|
||||||
|
# Security and networking
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
@ -133,6 +137,7 @@ in
|
|||||||
ghc
|
ghc
|
||||||
stack
|
stack
|
||||||
haskell.compiler.ghc862
|
haskell.compiler.ghc862
|
||||||
|
haskell.compiler.ghc863
|
||||||
|
|
||||||
# Scala
|
# Scala
|
||||||
sbt
|
sbt
|
||||||
|
Loading…
Reference in New Issue
Block a user