about summary refs log tree commit diff
path: root/services/nixcon-demo (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-15 chore(nix): Move files around to conform to new read-tree layoutVincent Ambo1-0/+3
Broadly speaking, the following things are included: * there is now a uniform `args` struct that is passed to all derivations, package headers have been changed appropriately * overrides are now loaded from a separate `override` folder just using read-tree.nix * third-party packages have moved into the `third_party` attribute set
2019-10-26 feat(nixcon-demo): Add CLI mode for NixCon demoVincent Ambo1-2/+13
Maybe a bit more sane than trying to do a network based setup.
2019-10-26 feat(services): Add nixcon-demo service with simple web serverVincent Ambo4-0/+921