summary refs log tree commit diff
path: root/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2018-01-03 refactor(build): Use ASDF facility for output namingVincent Ambo1-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 processVincent Ambo1-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.