entities/module.nix
2021-11-22 07:40:43 -08:00

8 lines
92 B
Nix

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