mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
lib/helpers: call
with auto-args
Define `call = callPackageWith { inherit pkgs lib helpers; }`, which can be used to automatically pass the correct args into helpers files. `helpers` is passed in recursively.
This commit is contained in:
parent
0e98d9cf1e
commit
040bab5f55
3 changed files with 15 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, helpers, ... }:
|
||||
{ lib, helpers }:
|
||||
with lib;
|
||||
with helpers;
|
||||
with lib.types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue