diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-01-08 22:56:16 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-01-08 22:56:16 +0100 |
| commit | 45817462135e24652003232561778c4a9d8a7b87 (patch) | |
| tree | 533967558432b98c3452012845ae7d73860bbf1c /modules/system | |
| parent | 4c7f6b61bcae4ae846b9e8c14f01ce89ec8825c1 (diff) | |
programs.zsh: export variables in zshenv
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/etc.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/etc.nix b/modules/system/etc.nix index 92a84d0..b99ca99 100644 --- a/modules/system/etc.nix +++ b/modules/system/etc.nix @@ -40,7 +40,7 @@ in system.activationScripts.etc.text = '' # Set up the statically computed bits of /etc. - echo "setting up /etc..." + echo "setting up /etc..." >&2 ln -sfn "$(readlink -f $systemConfig/etc)" /etc/static |
