diff --git a/flake.nix b/flake.nix index 972c45b..9213b51 100644 --- a/flake.nix +++ b/flake.nix @@ -85,6 +85,11 @@ defaultPackage = naersk'.buildPackage { src = ./.; }; + packages = { + default = naersk'.buildPackage { + src = ./.; + }; + }; } ); } diff --git a/readme.org b/readme.org index 68e66dd..62e22d1 100644 --- a/readme.org +++ b/readme.org @@ -2,3 +2,6 @@ #+author: Chris Cochrun Lumina is a presentation app that works from a cli or a UI. The goal is that through a simple text file, you can describe and entire presentation and then load and control it either from the command line, or a UI. The UI also provides user friendly ways of creating the presentation to allow for flexibility for users to make something that works for developers and nerds as well + +* Why build this? +Well for one, I want more experience developing things and I don't have a good tool for this kind of thing on Linux.