culr/nix/module.nix
2024-12-12 12:42:40 +11:00

5 lines
80 B
Nix

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