diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-20 12:28:13 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-20 12:28:13 +0900 |
commit | bd45ccd904e14d11d168948ca0d932f66c91ed43 (patch) | |
tree | 2ea34a63429cf0afc67473c37b461f1d8401a8f9 | |
parent | d761a0613aa16b1d94d2c14f8a25cc26dc7e6ec7 (diff) |
Add env file.
* env: New file.
* .gitignore: Remove env.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | env | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -1,2 +1 @@ *~ -env
\ No newline at end of file @@ -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 |