From 87c141d3d76185526bb8684cb518f74cf8f878ff Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 20 Sep 2021 20:18:25 +0300 Subject: chore(3p/nixpkgs): Bump channels to 2021-09-20 Included fixes: * grfn/mugwump: removed superfluous Buildkite agent user * tazjin/camden: Disabled bitlbee (user config is broken) * grfn/home/vim: vimUtils expects a `pname` * 3p/nixpkgs: Pick awscli2 from stable channel Change-Id: I64ed726b3350f75c7a8a0e6552bcf1d8d9ba7d46 --- users/grfn/system/home/modules/vim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/grfn/system/home/modules/vim.nix') diff --git a/users/grfn/system/home/modules/vim.nix b/users/grfn/system/home/modules/vim.nix index 87d4309333dd..b87cb09ad125 100644 --- a/users/grfn/system/home/modules/vim.nix +++ b/users/grfn/system/home/modules/vim.nix @@ -16,7 +16,8 @@ # vim-colors-solarized # solarized (pkgs.vimUtils.buildVimPlugin { - name = "vim-colors-solarized"; + pname = "vim-colors-solarized"; + version = "git"; src = pkgs.fetchFromGitHub { owner = "glittershark"; repo = "vim-colors-solarized"; -- cgit 1.4.1