From 32c8e9a10b14071c5e5b128c33eaa87a363bce81 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 15 Oct 2015 00:26:02 +0200 Subject: tv base: drop redundant "lib." --- tv/2configs/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tv') diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix index a5ad7c7d..010d4b32 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"; } { -- cgit v1.2.3