Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-24 | feat(nix): Import nixpkgs from a configured Nix channel | Vincent Ambo | 1 | -2/+8 | |
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 | chore: Add license scaffolding & contribution guidelines | Vincent Ambo | 1 | -0/+14 | |
2019-07-23 | chore: Import Nixery from experimental | Vincent Ambo | 1 | -0/+167 | |
Moves the existing Nixery code base to a git repository and switches to public equivalents of libraries used. |