diff options
author | tv <tv@shackspace.de> | 2015-10-15 00:26:02 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-15 00:26:02 +0200 |
commit | 32c8e9a10b14071c5e5b128c33eaa87a363bce81 (patch) | |
tree | 0d01fee4f81cbbeb225a76cb292be75887acd636 /tv/2configs/base.nix | |
parent | 97b17113791d3410bb2fc8307a3a26a47594fcf8 (diff) |
tv base: drop redundant "lib."
Diffstat (limited to 'tv/2configs/base.nix')
-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 a5ad7c7d3..010d4b326 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"; } { |