From c19b7686d714ab88345688db1f9c8947fca5a010 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 4 Mar 2026 10:52:08 +0000 Subject: [PATCH] fix --- overlays/tuicr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/tuicr.nix b/overlays/tuicr.nix index d85702f..51c8464 100644 --- a/overlays/tuicr.nix +++ b/overlays/tuicr.nix @@ -1,3 +1,3 @@ {inputs}: final: prev: { - tuicr = inputs.tuicr.packages.${prev.stdenv.hostPlatform.system}.default; + tuicr = inputs.tuicr.defaultPackage.${prev.stdenv.hostPlatform.system}; }