mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-18 17:54:36 +02:00
lib: remove dependency on pkgs
This commit is contained in:
parent
9e6b207401
commit
32027965d8
6 changed files with 28 additions and 35 deletions
|
@ -14,8 +14,8 @@
|
|||
{
|
||||
# NOTE: this is the publicly documented flake output we've had for a while
|
||||
check = import ../lib/tests.nix { inherit lib pkgs; };
|
||||
# NOTE: user-facing so we must include the legacy `pkgs` argument
|
||||
helpers = import ../lib { inherit lib pkgs; };
|
||||
# TODO: no longer needs to be per-system
|
||||
helpers = import ../lib { inherit lib; };
|
||||
}
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue