Files
dx-build/flake.nix
2026-08-04 20:00:38 -04:00

10 lines
99 B
Nix

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