Files
tailwindcss-with-pkgs/flake.nix
2026-08-03 19:53:25 -04:00

6 lines
77 B
Nix

{
outputs = { ... }: {
overlays.default = import ./overlay.nix;
};
}