better default packages setup for nix
This commit is contained in:
parent
1f314e3a7a
commit
f69d465596
|
@ -85,6 +85,11 @@
|
||||||
defaultPackage = naersk'.buildPackage {
|
defaultPackage = naersk'.buildPackage {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
};
|
};
|
||||||
|
packages = {
|
||||||
|
default = naersk'.buildPackage {
|
||||||
|
src = ./.;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
#+author: Chris Cochrun
|
#+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
|
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.
|
||||||
|
|
Loading…
Reference in a new issue