summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-01-05 23:30:26 +0100
committerDaiderd Jordan <daiderd@gmail.com>2017-01-05 23:30:26 +0100
commit590bd06ced36ac18b9a0b7cb0816b854b215904e (patch)
tree521a8720071607d6ccf057b7f5f3de57caef051d /modules/examples
parentfc2bc4e05b8eacbdf2fcc38ef8092eaedb666393 (diff)
environment: set cacert variables by default
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 19caec4..f1147bd 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -126,9 +126,6 @@
environment.variables.HOMEBREW_CASK_OPTS = "--appdir=/Applications/cask";
- environment.variables.GIT_SSL_CAINFO = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
- environment.variables.SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
-
environment.shellAliases.l = "ls -lh";
environment.shellAliases.ls = "ls -G";
environment.shellAliases.g = "git log --pretty=color -32";