From bd45ccd904e14d11d168948ca0d932f66c91ed43 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 20 Sep 2021 12:28:13 +0900 Subject: Add env file. * env: New file. * .gitignore: Remove env. --- .gitignore | 1 - env | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 env diff --git a/.gitignore b/.gitignore index 778226b..b25c15b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ *~ -env \ No newline at end of file diff --git a/env b/env new file mode 100644 index 0000000..58af914 --- /dev/null +++ b/env @@ -0,0 +1,4 @@ +SSL_CERT_DIR=/run/current-system/profile/etc/ssl/certs +SSL_CERT_FILE=/run/current-system/profile/etc/ssl/certs/ca-certificates.crt +GIT_SSL_CAINFO=/run/current-system/profile/etc/ssl/certs/ca-certificates.crt +GUIX_LOCPATH=/run/current-system/locale -- cgit v1.2.3