diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-14 21:38:31 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-14 21:38:31 -0500 |
| commit | 315c440a96d38002c6ff9a1126b9bd2a6bbd6dd6 (patch) | |
| tree | a2ef5b9adaae87a17306f1419d5a47309f3b7f07 /flake.nix | |
| parent | 78223d43d02d20996003e12fe2c51ae1072d55fa (diff) | |
Add overlay
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; + }; + }; }; } |
