culr/nix/module.nix
2024-12-06 14:47:28 +11:00

5 lines
80 B
Nix

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