diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -66,5 +66,10 @@ default = bundt; inherit bundleAPI; }; + overlay = self: super: { + bundt = { + inherit bundleAPI; + }; + }; }; } |
