From f69d46559627c5ba994f6405d0046f2a127094b7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun <chris@cochrun.xyz> Date: Mon, 2 Dec 2024 10:14:55 -0600 Subject: [PATCH] better default packages setup for nix --- flake.nix | 5 +++++ readme.org | 3 +++ 2 files changed, 8 insertions(+) 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.