entities/module.nix

8 lines
90 B
Nix

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