better default packages setup for nix

This commit is contained in:
Chris Cochrun 2024-12-02 10:14:55 -06:00
parent 1f314e3a7a
commit f69d465596
2 changed files with 8 additions and 0 deletions

View file

@ -85,6 +85,11 @@
defaultPackage = naersk'.buildPackage {
src = ./.;
};
packages = {
default = naersk'.buildPackage {
src = ./.;
};
};
}
);
}

View file

@ -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.