From 297c03ad796187032b42d353f72aef50526beba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 2 Jan 2026 15:37:42 +0100 Subject: [PATCH] overlays/wired-notify: use asFlake attribute --- nix/overlays/wired-notify.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/overlays/wired-notify.nix b/nix/overlays/wired-notify.nix index 05831369..4e14c8de 100644 --- a/nix/overlays/wired-notify.nix +++ b/nix/overlays/wired-notify.nix @@ -1,4 +1,6 @@ let sources = import ../../npins; in -(import sources.wired-notify).overlays.default + +# TODO: notify upstream about the flake-compat breakage +sources.wired-notify.asFlake.overlays.default