Update for compatibility with NUR
This commit is contained in:
parent
6332bcccd0
commit
55f2f99d74
1 changed files with 2 additions and 2 deletions
|
@ -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 {};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue