modules/top-level: change usages of import to callPackage

This commit is contained in:
Stanislav Asunkin 2025-05-12 17:21:02 +03:00
parent 4c23fb2738
commit 49a7bb573a
5 changed files with 23 additions and 13 deletions

View file

@ -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
/*