culr/nix/module.nix
2024-11-26 14:48:39 +11:00

7 lines
79 B
Nix

{
overlay
}: {
imports = [./culr-module.nix];
nixpkgs.overlays = overlay;
}