Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit b931137

Browse files
committed
Expose the overlay in the flake
1 parent 3d028b0 commit b931137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121

122122
formatter = pkgs.nixfmt-tree;
123123

124+
overlays.default = import ./overlay.nix;
125+
124126
packages =
125127
let
126128
# Dependencies that should be cached, the structure of the output

0 commit comments

Comments
 (0)