mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-19 08:48:44 +02:00
flake: remove getHelpers
function
This commit is contained in:
parent
1b7efacdf4
commit
8b9ba44195
3 changed files with 9 additions and 14 deletions
|
@ -1,15 +1,7 @@
|
|||
{ getHelpers, ... }:
|
||||
{
|
||||
_module.args.getHelpers =
|
||||
pkgs: _nixvimTests:
|
||||
import ../lib/helpers.nix {
|
||||
inherit pkgs _nixvimTests;
|
||||
inherit (pkgs) lib;
|
||||
};
|
||||
|
||||
perSystem =
|
||||
{ pkgs, config, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
_module.args.helpers = getHelpers pkgs false;
|
||||
_module.args.helpers = import ../lib/helpers.nix { inherit pkgs; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue