4 lines
88 B
Nix
4 lines
88 B
Nix
{meatOverlay}: {
|
|
imports = [./meat-module.nix];
|
|
nixpkgs.overlays = [meatOverlay];
|
|
}
|