nix-community.nixvim/flake-modules/helpers.nix
2024-07-08 16:24:07 +01:00

7 lines
124 B
Nix

{
perSystem =
{ pkgs, ... }:
{
_module.args.helpers = import ../lib/helpers.nix { inherit pkgs; };
};
}