entities/module.nix

10 lines
109 B
Nix

{ pkgs, ... }:
{
config = {
fudo = import ./entities.nix {
helper-lib = pkgs.lib;
};
};
}