summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-14 21:38:31 -0500
committerLLLL Colonq <llll@colonq>2024-11-14 21:38:31 -0500
commit315c440a96d38002c6ff9a1126b9bd2a6bbd6dd6 (patch)
treea2ef5b9adaae87a17306f1419d5a47309f3b7f07
parent78223d43d02d20996003e12fe2c51ae1072d55fa (diff)
Add overlay
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
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;
+ };
+ };
};
}