about summary refs log tree commit diff
path: root/users/grfn/system/home/modules
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-20T17·18+0300
committerVincent Ambo <mail@tazj.in>2021-09-21T11·45+0300
commit87c141d3d76185526bb8684cb518f74cf8f878ff (patch)
tree7b50b57626924ff4ff2f90adcdb6df4961acf665 /users/grfn/system/home/modules
parent43b1791ec601732ac31195df96781a848360a9ac (diff)
chore(3p/nixpkgs): Bump channels to 2021-09-20 r/2904
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
Diffstat (limited to 'users/grfn/system/home/modules')
-rw-r--r--users/grfn/system/home/modules/vim.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/vim.nix b/users/grfn/system/home/modules/vim.nix
index 87d4309333..b87cb09ad1 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";