From 5452140a2e533c00efa4f4c204587abd9fc2a1e4 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sun, 30 Jun 2024 03:46:30 +0100 Subject: [PATCH] Uncomment licenses/terms flags --- skeleton/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skeleton/default.nix b/skeleton/default.nix index adc19fea3..f4cd0bdbe 100644 --- a/skeleton/default.nix +++ b/skeleton/default.nix @@ -5,13 +5,13 @@ # You must accept the Android Software Development Kit License Agreement at # https://developer.android.com/studio/terms in order to build Android apps. - # Uncomment and set this to `true` to indicate your acceptance: - # config.android_sdk.accept_license = false; + # Set this to `true` to indicate your acceptance: + config.android_sdk.accept_license = false; # In order to use Let's Encrypt for HTTPS deployments you must accept # their terms of service at https://letsencrypt.org/repository/. - # Uncomment and set this to `true` to indicate your acceptance: - # terms.security.acme.acceptTerms = false; + # Set this to `true` to indicate your acceptance: + terms.security.acme.acceptTerms = false; } }: with obelisk;