diff options
author | tv <tv@krebsco.de> | 2015-10-15 00:26:02 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-15 00:26:02 +0200 |
commit | 3b5cf101f0e3af32996804dc32bcfead2e587660 (patch) | |
tree | 0a37a383c634de88a3b61ff293601273cea67c0c /tv/2configs | |
parent | 9a2ba1469d297ccb7d379e96274085abb64f4a95 (diff) |
tv base: drop redundant "lib."
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix index a5ad7c7..010d4b3 100644 --- a/tv/2configs/base.nix +++ b/tv/2configs/base.nix @@ -79,7 +79,7 @@ in environment.etc."vim/vim${majmin pkgs.vim.version}".source = "${pkgs.vim}/share/vim/vim${majmin pkgs.vim.version}"; - environment.variables.EDITOR = lib.mkForce "vim"; + environment.variables.EDITOR = mkForce "vim"; environment.variables.VIM = "/etc/vim"; } { |