Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-03 | refactor(build): Use ASDF facility for output naming | Vincent Ambo | 1 | -4/+3 | |
Turns out there is an easy-to-use :build-pathname parameter to set the output binary name. This kills the hack! | |||||
2017-12-29 | feat(build): Add initial Nix-based build process | Vincent Ambo | 1 | -0/+53 | |
Adds a build script using ASDF's program-op to build an executable out of the Gemma source code. In addition a Nix derivation is provided that will both compile the Elm source and place it in a folder, as well as create the executable. Currently static file serving does not function as intended. |