From bd5884abedb3135456e74ab5859770ff5894d52e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 11 Jan 2019 00:23:04 -0800 Subject: [PATCH] [NixOS] Accept android sdk license, add ghc 863 --- nixos/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index cf63f153..45da7455 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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