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 +}