about summary refs log tree commit diff
path: root/tools/nixery/static
AgeCommit message (Collapse)AuthorFilesLines
2019-08-03 fix(static): Fix logo nitpick (smoothened λ edges)Vincent Ambo1-0/+0
2019-08-03 style(static): Fix favicon background colourVincent Ambo1-0/+0
2019-08-02 docs: Update all nixery.appspot.com references to nixery.devVincent Ambo1-1/+1
Shiny, new domain is much better and eliminates the TLS redirect issue because there is a HSTS preload for the entire .dev TLD (which, by the way, is awesome!)
2019-08-02 style(static): Update Nixery logo to a healthier versionVincent Ambo2-0/+0
This might not yet be the final version, but it's going in the right direction. Additionally the favicon has been reduced to just the coloured Nix logo, because details are pretty much invisible at that size anyways.
2019-08-02 docs(static): Note that the demo instance is just a demoVincent Ambo1-0/+10
People should not start depending on the demo instance. There have been discussions around making a NixOS-official instance, but the project needs to mature a little bit first.
2019-07-30 docs(static): Update index page with post-launch informationVincent Ambo1-33/+36
Points people at the repository and removes some outdated information.
2019-07-30 feat(static): Add logo & favicon resourcesVincent Ambo2-0/+0
2019-07-24 feat(nix): Import nixpkgs from a configured Nix channelVincent Ambo1-4/+9
Instead of using whatever the current system default is, import a Nix channel when building an image. This will use Nix' internal caching behaviour for tarballs fetched without a SHA-hash. For now the downloaded channel is pinned to nixos-19.03.
2019-07-23 feat(build): Introduce build configuration using NixVincent Ambo1-0/+90
Rather than migrating to Bazel, it seems more appropriate to use Nix for this project. The project is split into several different components (for data dependencies and binaries). A derivation for building an image for Nixery itself will be added.