Skip to content

Commit efcee44

Browse files
rvolosatovsplatten
authored andcommitted
build(nix): add overlay
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent d53ad2e commit efcee44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@
5151
};
5252
in
5353
with flake-utils.lib.system;
54-
flake-utils.lib.eachSystem [
54+
{
55+
overlays.default = overlay;
56+
}
57+
// flake-utils.lib.eachSystem [
5558
aarch64-darwin
5659
aarch64-linux
5760
x86_64-darwin

0 commit comments

Comments
 (0)