From 747e7819e132589bd8b7c563a4931049afbac313 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 22 Jan 2026 18:47:55 +0400 Subject: [PATCH] Rename lib --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 49646c9..51d2a57 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ in { # Individual outputs - # logos-storage-ui-lib = lib; + lib = lib; app = app; # Default package @@ -77,4 +77,4 @@ }; }); }; -} \ No newline at end of file +}