From 315c440a96d38002c6ff9a1126b9bd2a6bbd6dd6 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 14 Nov 2024 21:38:31 -0500 Subject: Add overlay --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a6a3701..a9e5866 100644 --- a/flake.nix +++ b/flake.nix @@ -66,5 +66,10 @@ default = bundt; inherit bundleAPI; }; + overlay = self: super: { + bundt = { + inherit bundleAPI; + }; + }; }; } -- cgit v1.2.3