mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
modules/top-level: change usages of import to callPackage
This commit is contained in:
parent
4c23fb2738
commit
49a7bb573a
5 changed files with 23 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
callPackage,
|
||||
pathsToLink,
|
||||
standalonePlugins,
|
||||
}:
|
||||
|
@ -9,7 +9,7 @@ let
|
|||
getAndNormalizeDeps
|
||||
removeDeps
|
||||
;
|
||||
mkPluginPack = import ./mk-plugin-pack.nix { inherit lib pkgs; };
|
||||
mkPluginPack = callPackage ./mk-plugin-pack.nix { inherit lib; };
|
||||
|
||||
in
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue