bscpkgs/flake.nix

6 lines
69 B
Nix
Raw Normal View History

2023-04-26 21:08:32 +08:00
{
outputs = {...}: {
bscOverlay = import ./overlay.nix;
};
}