Update for compatibility with NUR

This commit is contained in:
eeva 2018-07-21 09:57:23 +03:00
parent 6332bcccd0
commit 55f2f99d74
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ callPackage }: { pkgs }:
{ {
# My custom vim config, maybe of interest to others as well # My custom vim config, maybe of interest to others as well
vim = callPackage ./vim {}; vim = pkgs.callPackage ./vim {};
} }