Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-04 | chore: Update copyright headers to 2019 | Vincent Ambo | 1 | -1/+1 | |
2019-01-21 | chore(build): Move Nix commit for releases to latest NixOS stable | Vincent Ambo | 1 | -2/+2 | |
Updates a few build dependencies, most notably Go to 1.11. The chosen commit is the current stable `nixos-18.09` tag in nixpkgs-channels. While doing this I also checked whether it is now possible to remove the exception for allowing references, but it's not. Go may in the future gain support for fully reproducible builds, see for example issue #16860 on their compiler. At that point maybe we can drop a few settings here. | |||||
2018-03-09 | feat(build): Pin nixpkgs used for release build | Vincent Ambo | 1 | -7/+7 | |
Pin the nixpkgs-commit used for building the Kontemplate release to a specific commit. Kontemplate builds should now be fully repeatable (and most likely reproducible!) on any machine running Nix. | |||||
2018-03-09 | feat(build): Add Nix derivation for release builds | Vincent Ambo | 1 | -0/+53 | |
Adds a Nix derivation that produces statically linked output binaries for multiple operating systems and architectures. This requires a Nix-channel version that includes the Go 1.10 compiler. |