From 55f2f99d7480862a670ea3a5c1f818ed6c4e677a Mon Sep 17 00:00:00 2001 From: eeva Date: Sat, 21 Jul 2018 09:57:23 +0300 Subject: [PATCH] Update for compatibility with NUR --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 54aae23..e8e3285 100644 --- a/default.nix +++ b/default.nix @@ -1,8 +1,8 @@ -{ callPackage }: +{ pkgs }: { # My custom vim config, maybe of interest to others as well - vim = callPackage ./vim {}; + vim = pkgs.callPackage ./vim {}; }